Add a line about __builtin[s]__.

This commit is contained in:
Guido van Rossum 2006-03-15 05:25:39 +00:00
parent 2aa17aeefd
commit ef7e90b4a7
1 changed files with 3 additions and 0 deletions

View File

@ -86,6 +86,9 @@ Core language
* Builtin module init function names (PyMODINIT_FUNC) will be prefixed
with _Py (or Py). Currently they aren't namespace safe since the names
start with init.
* __builtins__ should get a different name *or* completely unified
with __builtin__. Keeping both with confusingly similar spellings
and semantics is evil.
To be removed: