python-sortedcollections icon indicating copy to clipboard operation
python-sortedcollections copied to clipboard

Python Sorted Collections Library

Results 5 python-sortedcollections issues
Sort by recently updated
recently updated
newest added

Would it be acceptable to add `OrderedSet.update` to act similar to `OrderedDict.update` ?

Just noticed a newer version is available than the version I've been using, but it looks like I have to check https://github.com/grantjenks/sortedcollections/commits to see what's changed. Thanks :)

On create github release entry is created email notification to those whom have set in your repo the web UI Watch->Releases. gh release can contain additional comments (li changelog) or...

On building my packages I'm using `sphinx-build` command with `-n` switch which shows warmings about missing references. These are not critical issues. Here is the output with warnings: ```console +...