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, sable, vstinner
Date 2011-02-15.16:29:30
SpamBayes Score 0.002133754
Marked as misclassified No
Message-id <AANLkTi=1kXcis2tdym1vssDhwhSffzSJoRntxP5_TaY2@mail.gmail.com>
In-reply-to <1297786404.27.0.76922665013.issue11188@psf.upfronthosting.co.za>
Content
It looks like different standards have different requirements for
localtime() error handling compare:

http://pubs.opengroup.org/onlinepubs/009695399/functions/localtime.html

and

http://pubs.opengroup.org/onlinepubs/7990989775/xsh/localtime.html

The later does not require that  localtime() returns NULL or sets
errno on error.  AIX documentation seems to be silent on this issue as
well:

http://publib.boulder.ibm.com/infocenter/aix/v6r1/index.jsp?topic=/com.ibm.aix.basetechref/doc/basetrf1/ctime.htm
History
Date User Action Args
2011-02-15 16:29:31belopolskysetrecipients: + belopolsky, vstinner, sable
2011-02-15 16:29:31belopolskylinkissue11188 messages
2011-02-15 16:29:31belopolskycreate