Hi,
I finished the implementation of the PEP 410 ("Use decimal.Decimal
type for timestamps"). The PEP:
http://www.python.org/dev/peps/pep-0410/
The implementation:
http://bugs.python.org/issue13882
Rietveld code review tool for this issue:
http://bugs.python.org/review/13882/show
The patch is huge because it changes many modules, but I plan to split
the patch into small commits.
I'm still waiting for Nick Coghlan and Guido van Rossum for their
decision on the PEP.
Victor