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 fdrake
Recipients fdrake, iter, ned.deily, r.david.murray, serhiy.storchaka, terry.reedy
Date 2018-06-07.16:14:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528388060.8.0.592728768989.issue33274@psf.upfronthosting.co.za>
In-reply-to
Content
> I saw what looked to me like a bug that's been in the code for 18 years,
> and I saw that it was a simple fix.

And you're right:  It is a bug, the fix is simple, and the risk is low.

Ten years ago, I'd have probably just landed the fix on all applicable branches and moved on.  But the longer something stays the same (like you said, for 18 years now), the more surprising a fix can be when something (however foolishly and unlikely it seems) relied on the old, broken behavior falls apart because of the change.

Please don't think we don't appreciate your contribution; we do.  I hope you'll continue to be observant and catch bugs (even little ones!), and provide fixes.

Feel free to reach out if you'd like to discuss this further.
History
Date User Action Args
2018-06-07 16:14:20fdrakesetrecipients: + fdrake, terry.reedy, ned.deily, r.david.murray, serhiy.storchaka, iter
2018-06-07 16:14:20fdrakesetmessageid: <1528388060.8.0.592728768989.issue33274@psf.upfronthosting.co.za>
2018-06-07 16:14:20fdrakelinkissue33274 messages
2018-06-07 16:14:20fdrakecreate