[Python-checkins] r45651 - peps/trunk/pep-3100.txt (original) (raw)
brett.cannon python-checkins at python.org
Sat Apr 22 23:21:18 CEST 2006
- Previous message: [Python-checkins] buildbot failure in x86 XP-2 trunk
- Next message: [Python-checkins] r45654 - in python/trunk: Doc/lib/liboptparse.tex Lib/optparse.py Lib/test/test_optparse.py Misc/NEWS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: brett.cannon Date: Sat Apr 22 23:21:18 2006 New Revision: 45651
Modified: peps/trunk/pep-3100.txt Log: Mention how func_whatever is to be renamed whatever
Modified: peps/trunk/pep-3100.txt
--- peps/trunk/pep-3100.txt (original)
+++ peps/trunk/pep-3100.txt Sat Apr 22 23:21:18 2006
@@ -92,6 +92,8 @@
* builtins should get a different name or completely unified
with builtin. Keeping both with confusingly similar spellings
and semantics is evil.
+* Attributes on functions of the form func_whatever
will be renamed
+ __whatever__
[25]_
To be removed:
@@ -288,6 +290,9 @@
.. [24] python-3000 email
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)
http://www.python.org/dev/peps/pep-0238
- Previous message: [Python-checkins] buildbot failure in x86 XP-2 trunk
- Next message: [Python-checkins] r45654 - in python/trunk: Doc/lib/liboptparse.tex Lib/optparse.py Lib/test/test_optparse.py Misc/NEWS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]