[Python-checkins] peps: Weak References PEP, assigned to Fred Drake (original) (raw)

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


http://hg.python.org/peps/rev/bf9c09b6c1ed changeset: 7:bf9c09b6c1ed user: Barry Warsaw <barry at python.org> date: Fri Jul 14 03:44:01 2000 +0000 summary: Weak References PEP, assigned to Fred Drake

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

diff --git a/pep-0205.txt b/pep-0205.txt new file mode 100644 --- /dev/null +++ b/pep-0205.txt @@ -0,0 +1,13 @@ +PEP: 205 +Title: Weak References +Version: RevisionRevisionRevision +Owner: fdrake at beopen.com (Fred Drake) +Python-Version: 2.1 +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