[Python-checkins] r62516 - python/trunk/Lib/weakref.py

alexandre.vassalotti python-checkins at python.org
Sun Apr 27 02:52:25 CEST 2008


Author: alexandre.vassalotti
Date: Sun Apr 27 02:52:24 2008
New Revision: 62516

Log:
Fixed URL of PEP 205 in weakref's module docstring.


Modified:
   python/trunk/Lib/weakref.py

Modified: python/trunk/Lib/weakref.py
==============================================================================
--- python/trunk/Lib/weakref.py	(original)
+++ python/trunk/Lib/weakref.py	Sun Apr 27 02:52:24 2008
@@ -2,7 +2,7 @@
 
 This module is an implementation of PEP 205:
 
-http://python.sourceforge.net/peps/pep-0205.html
+http://www.python.org/dev/peps/pep-0205/
 """
 
 # Naming convention: Variables named "wr" are weak reference objects;


More information about the Python-checkins mailing list