[Python-Dev] PEP 410 (Decimal timestamp): the implementation is ready for a review (original) (raw)
Victor Stinner victor.stinner at gmail.com
Mon Feb 13 01:28:48 CET 2012
- Previous message: [Python-Dev] Adding a maximum element count to parse_qs?
- Next message: [Python-Dev] PEP 410 (Decimal timestamp): the implementation is ready for a review
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Adding a maximum element count to parse_qs?
- Next message: [Python-Dev] PEP 410 (Decimal timestamp): the implementation is ready for a review
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]