[Python-checkins] peps: PEP 213, Attribute Access Handlers, assigned to Paul Prescod

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


http://hg.python.org/peps/rev/e40b23dd57b1
changeset:   27:e40b23dd57b1
user:        Barry Warsaw <barry at python.org>
date:        Fri Jul 21 20:05:07 2000 +0000
summary:
  PEP 213, Attribute Access Handlers, assigned to Paul Prescod

files:
  pep-0213.txt |  13 +++++++++++++
  1 files changed, 13 insertions(+), 0 deletions(-)


diff --git a/pep-0213.txt b/pep-0213.txt
new file mode 100644
--- /dev/null
+++ b/pep-0213.txt
@@ -0,0 +1,13 @@
+PEP: 213
+Title: Attribute Access Handlers
+Version: $Revision$
+Owner: paul at prescod.net (Paul Prescod)
+Python-Version: 2.0
+Status: Incomplete
+
+
+
+Local Variables:
+mode: indented-text
+indent-tabs-mode: nil
+End:

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


More information about the Python-checkins mailing list