[New-bugs-announce] [issue25092] Regression: test_datetime fails on 3.5, Win 7, works on 3.4

Terry J. Reedy report at bugs.python.org
Mon Sep 14 04:54:18 CEST 2015


New submission from Terry J. Reedy:

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.

----------
components: Library (Lib)
messages: 250600
nosy: belopolsky, terry.reedy
priority: normal
severity: normal
stage: needs patch
status: open
title: Regression: test_datetime fails on 3.5, Win 7, works on 3.4
type: behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25092>
_______________________________________


More information about the New-bugs-announce mailing list