Message117196
As alexandre.vassalotti pointed in msg107596, I added precondition check.
* extracted the range check from time_strftime as "is_valid_tm".
* time_asctime, time_strftime call "is_valid_tm"
* testcase for both asctime and strftime (abbeyj's work)
I splited patch just for unittest files(Lib/test/test_time.py) and (Modules/timemodule.c) |
|
| Date |
User |
Action |
Args |
| 2010-09-23 15:16:40 | ruseel | set | recipients:
+ ruseel, lemburg, brett.cannon, belopolsky, pitrou, vstinner, alexandre.vassalotti, srid, abbeyj, AmirHabibi |
| 2010-09-23 15:16:40 | ruseel | set | messageid: <[email protected]> |
| 2010-09-23 15:16:39 | ruseel | link | issue6608 messages |
| 2010-09-23 15:16:38 | ruseel | create | |
|