[issue5584] json.loads(u'3.14') fails unexpectedly (minor scanner bug)
Bob Ippolito
report at bugs.python.org
Sat Mar 28 06:53:36 CET 2009
New submission from Bob Ippolito <bob at redivi.com>:
http://code.google.com/p/simplejson/issues/detail?id=43
Need a <= where there's a < in the unicode float scanner. problem only
exists when decoding a unicode float that is not in any sort of container
(e.g. array or object).
----------
assignee: bob.ippolito
keywords: easy
messages: 84299
nosy: bob.ippolito
severity: normal
stage: needs patch
status: open
title: json.loads(u'3.14') fails unexpectedly (minor scanner bug)
type: behavior
versions: Python 2.7, Python 3.1
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5584>
_______________________________________
More information about the Python-bugs-list
mailing list