[Python-checkins] r86903 - python/branches/py3k/Lib/decimal.py

raymond.hettinger python-checkins at python.org
Tue Nov 30 21:33:01 CET 2010


Author: raymond.hettinger
Date: Tue Nov 30 21:32:59 2010
New Revision: 86903

Log:
Add link to specification.

Modified:
   python/branches/py3k/Lib/decimal.py

Modified: python/branches/py3k/Lib/decimal.py
==============================================================================
--- python/branches/py3k/Lib/decimal.py	(original)
+++ python/branches/py3k/Lib/decimal.py	Tue Nov 30 21:32:59 2010
@@ -132,6 +132,7 @@
 ]
 
 __version__ = '1.70'    # Highest version of the spec this complies with
+                        # See http://speleotrove.com/decimal/
 
 import copy as _copy
 import math as _math


More information about the Python-checkins mailing list