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 amaury.forgeotdarc, benhoyt, benjamin.peterson, flox, georg.brandl, jcea, larry, pitrou, python-dev, rhettinger, thomie
Date 2013-05-03.10:07:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367575621.54.0.338265985978.issue15535@psf.upfronthosting.co.za>
In-reply-to
Content
> why the different fix for 3.3 

I reverted the 2.7.4 addition of __dict__ rather than introduce more differences between point releases with possible unintended effects.

In 3.3, the __dict__ attribute was there from the outset and was advertised in the docs, so it made more sense to leave it in and just suppress its inclusion in pickling.
History
Date User Action Args
2013-05-03 10:07:01rhettingersetrecipients: + rhettinger, georg.brandl, jcea, amaury.forgeotdarc, pitrou, larry, benjamin.peterson, benhoyt, flox, python-dev, thomie
2013-05-03 10:07:01rhettingersetmessageid: <1367575621.54.0.338265985978.issue15535@psf.upfronthosting.co.za>
2013-05-03 10:07:01rhettingerlinkissue15535 messages
2013-05-03 10:07:01rhettingercreate