From: Terry Jan Reedy Date: Wed, 3 Apr 2013 16:34:57 +0000 (-0400) Subject: Issue #15940: Specify effect of locale on time functions. X-Git-Tag: v3.3.2~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5e2e7e93aebc9fe399263cdee121e1e72617163;p=thirdparty%2FPython%2Fcpython.git Issue #15940: Specify effect of locale on time functions. --- diff --git a/Doc/library/time.rst b/Doc/library/time.rst index d7d82309a5de..d5f81ca67f22 100644 --- a/Doc/library/time.rst +++ b/Doc/library/time.rst @@ -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