[issue27923] PEP 467 -- Minor API improvements for binary sequences

Martin Panter report at bugs.python.org
Thu Sep 1 03:07:45 EDT 2016


Martin Panter added the comment:

Here is what I did. (You could probably do this yourself, but never mind :)

hg pull -r{default,2.7,3.5}
hg update default  # Update to the latest public revision
hg import --no-commit "$(xclip -o)"  # Apply your patch on top
hg diff -p > pep467.patch  # Make a new diff

If you look inside the patch file, the difference is that the Reitveld review system cannot handle “diff -r 3e41c0449b9c” from your file, but hopefully will know about “diff -r ebb23744a36c” in my version.

----------
Added file: http://bugs.python.org/file44316/pep467.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27923>
_______________________________________


More information about the Python-bugs-list mailing list