Message 274109 - Python tracker

Message274109

Author martin.panter
Recipients elias, ethan.furman, martin.panter
Date 2016-09-01.09:20:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472721600.65.0.98479188386.issue27923@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patches. I left you some comments in the code review.

I expect there would be more bits of the docs that need fixing. Doc/library/functions.rst definitely; the tutorial is worth checking too. There may also be example code floating around using the deprecated calls.

Regarding code that uses the deprecated call, as well as blind searching (grep), you could try running the entire test suite with -Werror. That should catch a lot of them.

In the RST documentation, I think you missed adding entries for the zeros() and byte() constructor methods. Maybe use the other class methods maketrans(), fromhex() as a starting point.

Also, this will need an entry written for Doc/whatsnew/3.6.rst.
History
Date User Action Args
2016-09-01 09:20:00martin.pantersetrecipients: + martin.panter, ethan.furman, elias
2016-09-01 09:20:00martin.pantersetmessageid: <1472721600.65.0.98479188386.issue27923@psf.upfronthosting.co.za>
2016-09-01 09:20:00martin.panterlinkissue27923 messages
2016-09-01 09:20:00martin.pantercreate