[Python-Dev] PEP 410 (Decimal timestamp): the implementation is ready for a review

Victor Stinner victor.stinner at gmail.com
Mon Feb 13 01:28:48 CET 2012


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


More information about the Python-Dev mailing list