]> 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 4ff0ce473e62a8bbbf34fb0dcc6b2abb606ec74d..e13be609bfb7874570521c5c6ee3a3fdc879c0c1 100644 (file)
@@ -547,8 +547,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