Message259372
> FYI Raymond, your revision 0731f097157b didn’t actually merge the 3.5 branch (It only had one parent). Also, the default branch never got any NEWS entry in 58266f5101cc, so maybe it needs to be added?
Maybe it's also worth to document the change in Python 3.5 and 3.6 documentation with a ".. versionchanged::"?
https://docs.python.org/dev/library/collections.html#deque-objects
It can be suprising to get a different behaviour between two bugfix versions (Python 3.5.1 and 3.5.2). I'm not saying that we must not fix bugs, just that it helps users to document them :-)
It will also avoid bug reports about this behaviour change. Example of user report: issue #26260, "it works on Python 2 but no more on Python 3" ;-) |
|
Date |
User |
Action |
Args |
2016-02-02 09:42:03 | vstinner | set | recipients:
+ vstinner, tim.peters, rhettinger, mark.dickinson, python-dev, martin.panter, serhiy.storchaka, josh.r |
2016-02-02 09:42:03 | vstinner | set | messageid: <1454406123.84.0.707096473359.issue26194@psf.upfronthosting.co.za> |
2016-02-02 09:42:03 | vstinner | link | issue26194 messages |
2016-02-02 09:42:03 | vstinner | create | |
|