[Python-checkins] peps: PEP 410: Motivation => Rationale

victor.stinner python-checkins at python.org
Tue Feb 21 02:16:42 CET 2012


http://hg.python.org/peps/rev/e45c408eedb2
changeset:   4065:e45c408eedb2
user:        Victor Stinner <victor.stinner at haypocalc.com>
date:        Mon Feb 20 23:56:18 2012 +0100
summary:
  PEP 410: Motivation => Rationale

files:
  pep-0410.txt |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/pep-0410.txt b/pep-0410.txt
--- a/pep-0410.txt
+++ b/pep-0410.txt
@@ -17,8 +17,8 @@
 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

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list