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 martin.panter
Recipients anish.shah, ezio.melotti, martin.panter
Date 2016-02-07.03:41:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454816486.35.0.891645539374.issue26136@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the updated patch. There are a couple minor problems with the What’s New entry, which you can fix if you want, or I could fix if I get around to merging it:

* Bullet point should probably be wrapped onto multiple lines
* According to the 3.5 What’s New, the DeprecationWarning is “non-silent”, but I would just drop the “silent” attribute (Once upon a time in Python 2, DeprecationWarning was apparently enabled by default, in constrast with PendingDeprecationWarning, which was silenced by default.)
* Change “which will trigger a RuntimeError” → “and will trigger . . .”
* Missing full stop at the end
History
Date User Action Args
2016-02-07 03:41:26martin.pantersetrecipients: + martin.panter, ezio.melotti, anish.shah
2016-02-07 03:41:26martin.pantersetmessageid: <1454816486.35.0.891645539374.issue26136@psf.upfronthosting.co.za>
2016-02-07 03:41:26martin.panterlinkissue26136 messages
2016-02-07 03:41:25martin.pantercreate