[docs] [issue9451] Strengthen __*__ system name warning

Terry J. Reedy report at bugs.python.org
Mon Aug 2 01:01:12 CEST 2010


Terry J. Reedy <tjreedy at udel.edu> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9451>
_______________________________________


More information about the docs mailing list