[New-bugs-announce] [issue16710] json encode/decode error
Андрей Гаврилин
report at bugs.python.org
Tue Dec 18 10:39:03 CET 2012
New submission from Андрей Гаврилин:
I sent this.
{24: (0, ''), 27: (0, ''), 19: (0, ''), 28: (0, '')}
{"tasks": {"24": [0, ""], "27": [0, ""], "19": [0, ""], "28": [0, ""]}, "uuid": "8798b4dfbe3646e5ab05106f6f9af6fe", "delay": 3, "task_limit": 10, "arch": ["ARM", "i386", "x86_64"], "build_env": "fedora"}
And I've got this.
{"tasks": {"24": [0, ""], "27": [0, ""], "19": [0, ""], "28": [0, ""]}, "uuid": "8798b4dfbe3646e5ab05106f6f9af6fe", "delay": 3, "task_limit": 10, "arch": ["ARM", "i386", "x86_64"], "build_env": "fedora"}
{u'tasks': {u'24': [0, u''], u'19': [0, u''], u'27': [0, u''], u'28': [0, u'']}, u'uuid': u'8798b4dfbe3646e5ab05106f6f9af6fe', u'delay': 3, u'task_limit': 10, u'arch': [u'ARM', u'i386', u'x86_64'], u'build_env': u'rosa'}
{u'24': [0, u''], u'19': [0, u''], u'27': [0, u''], u'28': [0, u'']}
It must contain digits.
{24: (0, ''), 27: (0, ''), 19: (0, ''), 28: (0, '')}
{u'24': [0, u''], u'19': [0, u''], u'27': [0, u''], u'28': [0, u'']}
----------
messages: 177679
nosy: Андрей.Гаврилин
priority: normal
severity: normal
status: open
title: json encode/decode error
versions: Python 2.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16710>
_______________________________________
More information about the New-bugs-announce
mailing list