[issue11188] test_time error on AIX

Alexander Belopolsky report at bugs.python.org
Tue Feb 15 17:29:31 CET 2011


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11188>
_______________________________________


More information about the Python-bugs-list mailing list