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 ncoghlan
Recipients Arfrever, Claudiu.Popa, ncoghlan, serhiy.storchaka
Date 2013-12-14.13:28:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387027715.73.0.842871144479.issue19385@psf.upfronthosting.co.za>
In-reply-to
Content
I think it's definitely still OK to fix this in 3.4, but I think it's borderline enough to avoid including in the last ever 3.3 release. Changing exception types always introduces a little backwards compatibility risk, so it's something I lean towards only doing in new feature releases, even in cases like this where the old exception was clearly not the best choice.
History
Date User Action Args
2013-12-14 13:28:35ncoghlansetrecipients: + ncoghlan, Arfrever, Claudiu.Popa, serhiy.storchaka
2013-12-14 13:28:35ncoghlansetmessageid: <1387027715.73.0.842871144479.issue19385@psf.upfronthosting.co.za>
2013-12-14 13:28:35ncoghlanlinkissue19385 messages
2013-12-14 13:28:35ncoghlancreate