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 pitrou
Recipients BreamoreBoy, doughellmann, giampaolo.rodola, pitrou, richard
Date 2010-07-08.22:44:20
SpamBayes Score 0.035244208
Marked as misclassified No
Message-id <1278629065.88.0.632866167449.issue4184@psf.upfronthosting.co.za>
In-reply-to
Content
> The patch as-is can't be accepted if not for Python 4.x maybe,
> obviously because it's just too breaking.

With all due respect, this sounds a bit silly. If the attributes were of the "__private" kind, they weren't meant to be used by other classes, and so there's no problem in making them public. (the reverse would be more annoying)

However, making them public means they should be maintained with the same semantics in future versions, which might be too much of a burden. In this case, perhaps you want to make them of the "_private" kind instead.
History
Date User Action Args
2010-07-08 22:44:25pitrousetrecipients: + pitrou, richard, giampaolo.rodola, doughellmann, BreamoreBoy
2010-07-08 22:44:25pitrousetmessageid: <1278629065.88.0.632866167449.issue4184@psf.upfronthosting.co.za>
2010-07-08 22:44:20pitroulinkissue4184 messages
2010-07-08 22:44:20pitroucreate