Issue #15940: Specify effect of locale on time functions.

This commit is contained in:
Terry Jan Reedy 2013-04-03 12:34:57 -04:00
parent 614c578dec
commit b5e2e7e93a
1 changed files with 2 additions and 2 deletions

View File

@ -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