From ba08f072d29f2108503a97bf495315e072ae7787 Mon Sep 17 00:00:00 2001 From: Alexandre Vassalotti Date: Sun, 27 Apr 2008 00:52:24 +0000 Subject: [PATCH] Fixed URL of PEP 205 in weakref's module docstring. --- Lib/weakref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/weakref.py b/Lib/weakref.py index 4f6d757fe3b..70b383e2bee 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;