Mention how func_whatever is to be renamed __whatever__

This commit is contained in:
Brett Cannon 2006-04-22 21:21:18 +00:00
parent fd5e01fbd1
commit f554d12d6f
1 changed files with 5 additions and 0 deletions

View File

@ -92,6 +92,8 @@ Core language
* __builtins__ should get a different name *or* completely unified * __builtins__ should get a different name *or* completely unified
with __builtin__. Keeping both with confusingly similar spellings with __builtin__. Keeping both with confusingly similar spellings
and semantics is evil. and semantics is evil.
* Attributes on functions of the form ``func_whatever`` will be renamed
``__whatever__`` [25]_
To be removed: To be removed:
@ -288,6 +290,9 @@ References
.. [24] python-3000 email .. [24] python-3000 email
http://mail.python.org/pipermail/python-3000/2006-April/000996.html http://mail.python.org/pipermail/python-3000/2006-April/000996.html
.. [25] python-3000 email ("Pronouncement on parameter lists")
http://mail.python.org/pipermail/python-3000/2006-April/001175.html
.. [#pep238] PEP 238 (Changing the Division Operator) .. [#pep238] PEP 238 (Changing the Division Operator)
http://www.python.org/dev/peps/pep-0238 http://www.python.org/dev/peps/pep-0238