[pypy-issue] [issue1371] test failure x2 of logbook's test_regular.py

Ian Delaney tracker at bugs.pypy.org
Fri Jan 18 15:10:37 CET 2013


Ian Delaney <della5 at iinet.com.au> added the comment:

right;

'Hello {foo:invalid}',

are you suggesting to substitute with

'{:invalid}'.format(None),

taking out both Hello and foo?

I follow that the test is consequent to the error msg.

'Invalid conversion specification' in errormsg)

is the line it trips over.  

""ValueError: invalid format spec" with PyPy"

I take it you mean 

""ValueError: invalid conversion spec" with PyPy." ?

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1371>
________________________________________


More information about the pypy-issue mailing list