]> granicus.if.org Git - python/commit
Delete the %c test from test_date_time() untill Brett Cannon has time
authorGuido van Rossum <guido@python.org>
Tue, 3 Sep 2002 21:10:10 +0000 (21:10 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 3 Sep 2002 21:10:10 +0000 (21:10 +0000)
commit472c5229c4876fad95fca103fd81d35b7dd9fc13
tree1753c27a239b086ef60006a419a919e76043e749
parentd4c472c3e21c0823c2c1bdf115e262846e2ba843
Delete the %c test from test_date_time() untill Brett Cannon has time
to fix it.  (It fails when the day of the month is a 1-digit number,
because %c produces space+digit there, while strptime seems to expect
zero+digit somehow.)
Lib/test/test_strptime.py