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

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


http://hg.python.org/cpython/rev/ee5add45bf9d
changeset:   83082:ee5add45bf9d
branch:      3.3
parent:      83080:241cd716bf5f
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
@@ -671,8 +671,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