diff options
author | Georg Brandl <georg@python.org> | 2010-07-29 14:49:08 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-29 14:49:08 (GMT) |
commit | b0a4e3c1a747a1f40be0d0e4d2ab785b052673c2 (patch) | |
tree | 637c7a8f02900ace8ab0ef20baaf39a941de5160 | |
parent | ac958ce05e8d13292385ccacc616fb01ab92f004 (diff) | |
download | cpython-b0a4e3c1a747a1f40be0d0e4d2ab785b052673c2.zip cpython-b0a4e3c1a747a1f40be0d0e4d2ab785b052673c2.tar.gz cpython-b0a4e3c1a747a1f40be0d0e4d2ab785b052673c2.tar.bz2 |
#9388: remove ERA_YEAR which is never defined in the source code.
-rw-r--r-- | Doc/library/locale.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/locale.rst b/Doc/library/locale.rst index b536515..b9c001f 100644 --- a/Doc/library/locale.rst +++ b/Doc/library/locale.rst @@ -244,10 +244,6 @@ The :mod:`locale` module defines the following exception and functions: specified, and therefore you should not assume knowledge of it on different systems. - .. data:: ERA_YEAR - - Get the year in the relevant era of the locale. - .. data:: ERA_D_T_FMT Get a format string for :func:`strftime` to represent dates and times in a |