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: v2.7.5~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2f905f0d9ded541886fb788e4b7bd0522125cf3;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 4ff0ce473e62..e13be609bfb7 100644 --- a/Doc/library/time.rst +++ b/Doc/library/time.rst @@ -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