[Python-checkins] r56918 - peps/trunk/pep-3100.txt
georg.brandl
python-checkins at python.org
Sat Aug 11 09:09:00 CEST 2007
Author: georg.brandl
Date: Sat Aug 11 09:09:00 2007
New Revision: 56918
Modified:
peps/trunk/pep-3100.txt
Log:
Mention removal of __methods__ and __members__.
Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt (original)
+++ peps/trunk/pep-3100.txt Sat Aug 11 09:09:00 2007
@@ -130,6 +130,7 @@
[Thomas Wouters is working on this in a branch]
* ``__oct__``, ``__hex__``: use ``__index__`` in ``oct()`` and ``hex()``
instead. [done]
+* ``__methods__`` and ``__members__`` [done]
* C APIs (see code):
PyFloat_AsString, PyFloat_AsReprString, PyFloat_AsStringEx,
PySequence_In, PyEval_EvalFrame, PyEval_CallObject,
More information about the Python-checkins
mailing list