From eb9497296718f7517ae8924984ed28759ef35c72 Mon Sep 17 00:00:00 2001 From: Facundo Batista Date: Thu, 10 Apr 2008 14:31:13 +0000 Subject: [PATCH] Updated the URLs of the last Decimal version to point to the new SVN browser. --- pep-0327.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0327.txt b/pep-0327.txt index d11a13d19..6980cd4a0 100644 --- a/pep-0327.txt +++ b/pep-0327.txt @@ -1203,11 +1203,11 @@ Reference Implementation As of Python 2.4-alpha, the code has been checked into the standard library. The latest version is available from: -http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/Lib/decimal.py +http://svn.python.org/view/python/trunk/Lib/decimal.py The test cases are here: -http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/Lib/test/test_decimal.py +http://svn.python.org/view/python/trunk/Lib/test/test_decimal.py References