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 mark.dickinson
Recipients Anthony.Kong, acassaigne, ethan.furman, jeffknupp, mark.dickinson, python-dev, r.david.murray, serhiy.storchaka
Date 2015-05-14.11:53:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431604430.56.0.692686502945.issue14399@psf.upfronthosting.co.za>
In-reply-to
Content
Just for the record, David's comment at msg158136 is apposite:

> We've had trouble in the past with a conversion to new style class
> breaking people's code.  People are less likely to be subclassing
> ZipFile, though, so it is probably OK.

We just spent some time this morning fixing a bug in some internal software; the cause was precisely this unexpected change from old-style class to new-style class in a bugfix release. And indeed, we were subclassing ZipFile. :-(
History
Date User Action Args
2015-05-14 11:53:50mark.dickinsonsetrecipients: + mark.dickinson, r.david.murray, ethan.furman, python-dev, Anthony.Kong, serhiy.storchaka, jeffknupp, acassaigne
2015-05-14 11:53:50mark.dickinsonsetmessageid: <1431604430.56.0.692686502945.issue14399@psf.upfronthosting.co.za>
2015-05-14 11:53:50mark.dickinsonlinkissue14399 messages
2015-05-14 11:53:50mark.dickinsoncreate