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