Author: facundo.batista Date: Thu Apr 10 16:31:13 2008 New Revision: 62268 Modified: peps/trunk/pep-0327.txt Log: Updated the URLs of the last Decimal version to point to the new SVN browser. Modified: peps/trunk/pep-0327.txt ============================================================================== --- peps/trunk/pep-0327.txt (original) +++ peps/trunk/pep-0327.txt Thu Apr 10 16:31:13 2008 @@ -1203,11 +1203,11 @@ 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