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 vstinner
Recipients ezio.melotti, larry, ned.deily, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-11-29.08:17:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480407479.11.0.959871810455.issue28808@psf.upfronthosting.co.za>
In-reply-to
Content
>> The function was already documented in Python 3.5, so please add a "..
>> versionchanged:: 3.6" to document the API chnange.

> No, this behavior is not documented in any released Python version. The note about the failure was added in issue28701.

Ah wait, you want to push this change into Python 3.5? I would prefer to leave Python 3.5 unchanged.

Even if you modify Python 3.5, you still have to mention the "versionchanged", since it's a behaviour change.
History
Date User Action Args
2016-11-29 08:17:59vstinnersetrecipients: + vstinner, larry, ned.deily, ezio.melotti, serhiy.storchaka, xiang.zhang
2016-11-29 08:17:59vstinnersetmessageid: <1480407479.11.0.959871810455.issue28808@psf.upfronthosting.co.za>
2016-11-29 08:17:59vstinnerlinkissue28808 messages
2016-11-29 08:17:58vstinnercreate