From c2f905f0d9ded541886fb788e4b7bd0522125cf3 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 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 -- 2.47.3