This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, docs@python
Date 2010-07-27.04:09:12
SpamBayes Score 0.008574416
Marked as misclassified No
Message-id <1280203756.3.0.102200795898.issue9388@psf.upfronthosting.co.za>
In-reply-to
Content
Grepping through the source tree, reveals a single match for ERA_YEAR:

Doc/library/locale.rst:247:   .. data:: ERA_YEAR

Google search for it shows an OpenSolaris bug report that explains the origin of this constant:

"""
There appears to be an IBM-private field in _LC_time_t struct, 
era_year.   We should remove "era_year" from the _LC_time_t struct.  
This should only affect the LC_TIME functions, localedef 
command, and locale objects.  (nl_langinfo and langinfo.h are
unaffected because they don't reference era_year.) 
"""

I believe this entry should simply be removed.
History
Date User Action Args
2010-07-27 04:09:16belopolskysetrecipients: + belopolsky, docs@python
2010-07-27 04:09:16belopolskysetmessageid: <1280203756.3.0.102200795898.issue9388@psf.upfronthosting.co.za>
2010-07-27 04:09:13belopolskylinkissue9388 messages
2010-07-27 04:09:12belopolskycreate