From b5e2e7e93aebc9fe399263cdee121e1e72617163 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Wed, 3 Apr 2013 12:34:57 -0400 Subject: [PATCH] Issue #15940: Specify effect of locale on time functions. --- Doc/library/time.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/time.rst b/Doc/library/time.rst index d7d82309a5d..d5f81ca67f2 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