[Python-checkins] cpython (2.7): Issue #15940: Specify effect of locale on time functions.

terry.reedy python-checkins at python.org
Wed Apr 3 18:50:50 CEST 2013


http://hg.python.org/cpython/rev/5ffb808683e1
changeset:   83084:5ffb808683e1
branch:      2.7
parent:      83072:097554712637
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Wed Apr 03 12:34:57 2013 -0400
summary:
  Issue #15940: Specify effect of locale on time functions.

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
@@ -547,8 +547,8 @@
       More object-oriented interface to dates and times.
 
    Module :mod:`locale`
-      Internationalization services.  The locale settings can affect the return values
-      for some of  the functions in the :mod:`time` module.
+      Internationalization services.  The locale setting affects the interpretation
+	  of many format specifiers in :func:`strftime` and :func:`strptime`.
 
    Module :mod:`calendar`
       General calendar-related functions.   :func:`timegm` is the inverse of

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


More information about the Python-checkins mailing list