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 richard
Recipients BreamoreBoy, doughellmann, giampaolo.rodola, pitrou, richard
Date 2010-07-23.10:23:37
SpamBayes Score 0.0035163946
Marked as misclassified No
Message-id <1279880619.58.0.60432964275.issue4184@psf.upfronthosting.co.za>
In-reply-to
Content
After discussing with core devs at the EuroPython sprint I will implement a different approach: new attributes with the old, private attributes implemented as properties over the new attributes. The properties responsible for this will raise PendingDeprecationWarnings.

I'll also be improving (well, *implementing*) test coverage for the module while I'm at it.
History
Date User Action Args
2010-07-23 10:23:39richardsetrecipients: + richard, pitrou, giampaolo.rodola, doughellmann, BreamoreBoy
2010-07-23 10:23:39richardsetmessageid: <1279880619.58.0.60432964275.issue4184@psf.upfronthosting.co.za>
2010-07-23 10:23:38richardlinkissue4184 messages
2010-07-23 10:23:37richardcreate