Add a line about __builtin[s]__.
This commit is contained in:
parent
2aa17aeefd
commit
ef7e90b4a7
|
@ -86,6 +86,9 @@ Core language
|
||||||
* Builtin module init function names (PyMODINIT_FUNC) will be prefixed
|
* Builtin module init function names (PyMODINIT_FUNC) will be prefixed
|
||||||
with _Py (or Py). Currently they aren't namespace safe since the names
|
with _Py (or Py). Currently they aren't namespace safe since the names
|
||||||
start with init.
|
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:
|
To be removed:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue