This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients belopolsky, terry.reedy
Date 2015-09-14.02:54:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442199258.72.0.864492928918.issue25092@psf.upfronthosting.co.za>
In-reply-to
Content
PS C:\Users\Terry> py -3 -m test test_datetime
[1/1] test_datetime
test test_datetime failed -- Traceback (most recent call last):
  File "C:\Programs\Python 3.5\lib\test\datetimetester.py", line 1154, in test_strftime
    self.assertEqual(t.strftime(""), "") # SF bug #761337
ValueError: Invalid format string

Same result 3 times.
History
Date User Action Args
2015-09-14 02:54:18terry.reedysetrecipients: + terry.reedy, belopolsky
2015-09-14 02:54:18terry.reedysetmessageid: <1442199258.72.0.864492928918.issue25092@psf.upfronthosting.co.za>
2015-09-14 02:54:18terry.reedylinkissue25092 messages
2015-09-14 02:54:18terry.reedycreate