diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-04-03 16:34:57 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-04-03 16:34:57 (GMT) |
commit | b5e2e7e93aebc9fe399263cdee121e1e72617163 (patch) | |
tree | bbaf6d7bb62ce38302adde0026f8c1d4eeba5cdf /Doc | |
parent | 614c578dec856dc8a255b27a63559c6912ddc2e8 (diff) | |
download | cpython-b5e2e7e93aebc9fe399263cdee121e1e72617163.zip cpython-b5e2e7e93aebc9fe399263cdee121e1e72617163.tar.gz cpython-b5e2e7e93aebc9fe399263cdee121e1e72617163.tar.bz2 |
Issue #15940: Specify effect of locale on time functions.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/time.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/time.rst b/Doc/library/time.rst index d7d8230..d5f81ca 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 |