From: Alexandre Vassalotti Date: Sun, 27 Apr 2008 00:52:24 +0000 (+0000) Subject: Fixed URL of PEP 205 in weakref's module docstring. X-Git-Tag: v2.6a3~95 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba08f072d29f2108503a97bf495315e072ae7787;p=thirdparty%2FPython%2Fcpython.git Fixed URL of PEP 205 in weakref's module docstring. --- diff --git a/Lib/weakref.py b/Lib/weakref.py index 4f6d757fe3bb..70b383e2bee5 100644 --- a/Lib/weakref.py +++ b/Lib/weakref.py @@ -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;