]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix recently introduced test cases.
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Thu, 15 Jan 2009 09:09:13 +0000 (09:09 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Thu, 15 Jan 2009 09:09:13 +0000 (09:09 +0000)
commit8adc0b54d4f995ff739967fdc70d6a6e53ac1f90
tree7ccbe991f00ef50341d32c870cf830847a52336b
parent018760e3dc7c7f30cc4d232140cc62bd8b10b1fb
Fix recently introduced test cases.
For datetime, gentoo didn't seem to mind the %e format for strftime.  So, we just excercise those instead making sure that we don't crash.
For test_os, two cases were incorrect.
Lib/test/test_datetime.py
Lib/test/test_os.py