[issue6608] asctime does not check its input

Alexander Belopolsky report at bugs.python.org
Fri Jun 25 02:13:58 CEST 2010


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

I've just noticed that time_strftime already has the range checks for tm structure fields.  These checks can be separated in a function and shared with asctime.  Marking this as "easy".  See also issue897625.

----------
keywords: +easy -patch

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


More information about the Python-bugs-list mailing list