Updated the URLs of the last Decimal version to point to

the new SVN browser.
This commit is contained in:
Facundo Batista 2008-04-10 14:31:13 +00:00
parent 96334323a6
commit eb94972967
1 changed files with 2 additions and 2 deletions

View File

@ -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