[Python-checkins] cpython (2.7): #12758: removing confusing mention of UTC from time.time description
r.david.murray
python-checkins at python.org
Thu Mar 15 08:10:57 CET 2012
http://hg.python.org/cpython/rev/1559a82a3529
changeset: 75689:1559a82a3529
branch: 2.7
parent: 75681:2f03819c8203
user: R David Murray <rdmurray at bitdance.com>
date: Thu Mar 15 03:05:01 2012 -0400
summary:
#12758: removing confusing mention of UTC from time.time description
Patch by Dylan Sarber.
files:
Doc/library/time.rst | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Doc/library/time.rst b/Doc/library/time.rst
--- a/Doc/library/time.rst
+++ b/Doc/library/time.rst
@@ -435,8 +435,8 @@
.. function:: time()
- Return the time as a floating point number expressed in seconds since the epoch,
- in UTC. Note that even though the time is always returned as a floating point
+ Return the time in seconds since the epoch as a floating point number.
+ Note that even though the time is always returned as a floating point
number, not all systems provide time with a better precision than 1 second.
While this function normally returns non-decreasing values, it can return a
lower value than a previous call if the system clock has been set back between
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list