Message 252328 - Python tracker
Message252328
| 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:16 | r.david.murray | set | recipients: + r.david.murray, rhettinger, eric.snow, zach.ware, abarry, lig |
| 2015-10-05 14:19:16 | r.david.murray | set | messageid: <1444054756.39.0.0116760379221.issue25315@psf.upfronthosting.co.za> |
| 2015-10-05 14:19:16 | r.david.murray | link | issue25315 messages |
| 2015-10-05 14:19:16 | r.david.murray | create | |