This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients benjamin.peterson
Date 2017-09-30.19:59:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506801596.1.0.213398074469.issue31650@psf.upfronthosting.co.za>
In-reply-to
Content
Now that PEP 552 is accepted, we'll need an actual implementation. Besides the core import changes, there are some perquisites improvements. For one, our SipHash implementation needs to be changed to accept an arbitrary key. Also, the PEP also introduces the first "long" option to the interpreter, so the getopt implementation will have to be enhanced.
History
Date User Action Args
2017-09-30 19:59:56benjamin.petersonsetrecipients: + benjamin.peterson
2017-09-30 19:59:56benjamin.petersonsetmessageid: <1506801596.1.0.213398074469.issue31650@psf.upfronthosting.co.za>
2017-09-30 19:59:55benjamin.petersonlinkissue31650 messages
2017-09-30 19:59:55benjamin.petersoncreate