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 terry.reedy
Recipients docs@python, terry.reedy
Date 2010-08-01.23:01:11
SpamBayes Score 0.006272807
Marked as misclassified No
Message-id <1280703672.47.0.572315289523.issue9451@psf.upfronthosting.co.za>
In-reply-to
Content
Suggested rewrite:
"System-defined names. These names are defined by the interpreter and its implementation (including the standard library). Current system names are discussed in the Special method names section and elsewhere. More will likely be defined in future versions of Python. *Any* use of __*__ names, in any* context, that does not follow explicitly documented use, is
subject to breakage without warning.
History
Date User Action Args
2010-08-01 23:01:12terry.reedysetrecipients: + terry.reedy, docs@python
2010-08-01 23:01:12terry.reedysetmessageid: <1280703672.47.0.572315289523.issue9451@psf.upfronthosting.co.za>
2010-08-01 23:01:11terry.reedylinkissue9451 messages
2010-08-01 23:01:11terry.reedycreate