
Nov. 30, 2010
8:33 p.m.
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
5277
Age (days ago)
5277
Last active (days ago)
0 comments
1 participants
participants (1)
-
raymond.hettinger