PEP 410: Motivation => Rationale

This commit is contained in:
Victor Stinner 2012-02-20 23:56:18 +01:00
parent 8172610f46
commit d475f0bcab
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ Decimal becomes the official type for high-resolution timestamps to make Python
support new functions using a nanosecond resolution without loss of precision.
Motivation
==========
Rationale
=========
Python 2.3 introduced float timestamps to support sub-second resolutions.
os.stat() uses float timestamps by default since Python 2.5. Python 3.3