]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #15940: Specify effect of locale on time functions.
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 3 Apr 2013 16:34:57 +0000 (12:34 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Wed, 3 Apr 2013 16:34:57 +0000 (12:34 -0400)
Doc/library/time.rst

index d7d82309a5de23704aabdf722621b0721a5b8ac4..d5f81ca67f224d90c5ca0e5fe4f4359f72f386c4 100644 (file)
@@ -671,8 +671,8 @@ The module defines the following functions and data items:
       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