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 rhettinger
Recipients josh.r, mark.dickinson, martin.panter, python-dev, rhettinger, serhiy.storchaka, tim.peters, vstinner
Date 2016-02-03.19:01:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454526110.16.0.104856254357.issue26194@psf.upfronthosting.co.za>
In-reply-to
Content
[Martin]
>  the default branch never got any NEWS entry in 
> 58266f5101cc, so maybe it needs to be added?

No need for a news entry in default.  We haven't released 3.6 yet, so the bugfix from 3.5 is just a carry forward of the corrected behavior.  That isn't news ;-)

[Martin]
> revision 0731f097157b didn’t actually merge the 3.5 
> branch (It only had one parent)

I'm not sure I see what was missed here (I am not a mercurial jedi).  My 3.5 checkout shows the change and so does the 3.6.   What needs to be done at this point ?

[Serhiy]
> This isn't new feature, this is just a bugfix, old behavior
> obviously was incorrect. We don't add the versionchanged 
> directive for every bugfix.

I concur with Serhiy.
History
Date User Action Args
2016-02-03 19:01:50rhettingersetrecipients: + rhettinger, tim.peters, mark.dickinson, vstinner, python-dev, martin.panter, serhiy.storchaka, josh.r
2016-02-03 19:01:50rhettingersetmessageid: <1454526110.16.0.104856254357.issue26194@psf.upfronthosting.co.za>
2016-02-03 19:01:50rhettingerlinkissue26194 messages
2016-02-03 19:01:49rhettingercreate