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 zach.ware
Recipients eric.snow, lig, zach.ware
Date 2015-10-05.02:28:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444012113.72.0.538538926196.issue25315@psf.upfronthosting.co.za>
In-reply-to
Content
This is a side-effect of 3.5 having a C implementation of OrderedDict, and will not be fixed.

In the standard library, even just having a single trailing underscore is a clear indication of "if you use this, expect it to break without warning at any time."  Mangled names in the standard library are more of an indication of "you *really* shouldn't use this".
History
Date User Action Args
2015-10-05 02:28:33zach.waresetrecipients: + zach.ware, eric.snow, lig
2015-10-05 02:28:33zach.waresetmessageid: <1444012113.72.0.538538926196.issue25315@psf.upfronthosting.co.za>
2015-10-05 02:28:33zach.warelinkissue25315 messages
2015-10-05 02:28:33zach.warecreate