]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add tests for invalid format specifiers in strftime, and for handling of invalid...
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Mon, 12 Jan 2009 18:09:27 +0000 (18:09 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Mon, 12 Jan 2009 18:09:27 +0000 (18:09 +0000)
commit1c62b650d0e010f5bf1b7b09a9f629390b557be6
treed5b9235ff107bafd0d74b53262393eb9517c74e0
parentb5bc33cdabc2361afa60463fedd262a6b457dfde
Add tests for invalid format specifiers in strftime, and for handling of invalid file descriptors in the os module.
Lib/test/test_datetime.py
Lib/test/test_os.py