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 r.david.murray
Recipients abarry, eric.snow, lig, r.david.murray, rhettinger, zach.ware
Date 2015-10-05.14:19:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444054756.39.0.0116760379221.issue25315@psf.upfronthosting.co.za>
In-reply-to
Content
A method that starts with an '_' is not part of the API unless documented to be so (as with namedtuple), and a non-special method that starts with two is purposefully mangled so that you cannot accidentally rely on it.  The C implementation is an implementation of the API and the behavior when that API is used (as vetted by the tests that are run against both implementations); it is not otherwise required to "conform" to the python implementation or vice versa.
History
Date User Action Args
2015-10-05 14:19:16r.david.murraysetrecipients: + r.david.murray, rhettinger, eric.snow, zach.ware, abarry, lig
2015-10-05 14:19:16r.david.murraysetmessageid: <1444054756.39.0.0116760379221.issue25315@psf.upfronthosting.co.za>
2015-10-05 14:19:16r.david.murraylinkissue25315 messages
2015-10-05 14:19:16r.david.murraycreate