]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed URL of PEP 205 in weakref's module docstring.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 27 Apr 2008 00:52:24 +0000 (00:52 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 27 Apr 2008 00:52:24 +0000 (00:52 +0000)
Lib/weakref.py

index 4f6d757fe3bb4a8a2efa38f5d7170713ed4649da..70b383e2bee521e1b63cba6d88b574bec61456a4 100644 (file)
@@ -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;