[Python-checkins] peps: Update suggested by gmcm -- method is stored in dict alongside (original) (raw)

georg.brandl python-checkins at python.org
Wed Mar 23 21:22:49 CET 2011


http://hg.python.org/peps/rev/5a659d181adf changeset: 29:5a659d181adf user: Paul Prescod <prescod at prescod.net> date: Fri Jul 21 21:59:29 2000 +0000 summary: Update suggested by gmcm -- method is stored in dict alongside attribute access handler

files: pep-0213.txt | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/pep-0213.txt b/pep-0213.txt --- a/pep-0213.txt +++ b/pep-0213.txt @@ -133,13 +133,15 @@ name (e.g. XXX, not attr__XXX method (pointer to a method object

-- Repository URL: http://hg.python.org/peps



More information about the Python-checkins mailing list