[issue21307] PEP 466: backport hashlib changes

Alex Gaynor report at bugs.python.org
Sat Aug 23 04:29:55 CEST 2014


Alex Gaynor added the comment:

New patch uses PyString_FromString.

To the other two points:

1) Python3 uses a mutable set for both of these, any reason for Python2 to be inconsistent?

2) The docs in Python3 don't have this link either, I'm trying to minimize the delta; if you think there should be a link I'd prefer it be done in python3, and then I can backport that as well.

----------
Added file: http://bugs.python.org/file36439/backport-hashlib.diff

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


More information about the Python-bugs-list mailing list