Author DougShawhan
Recipients DougShawhan, bob.ippolito
Date 2009-11-09.02:53:18
SpamBayes Score 2.32299e-06
Marked as misclassified No
Message-id <5e1ceb8a0911081852x5f47f5edm58855db2b39a2d02@mail.gmail.com>
In-reply-to <1257547511.01.0.145507605323.issue7274@psf.upfronthosting.co.za>
Content
Fair enough. Thanks.

On Fri, Nov 6, 2009 at 5:45 PM, Bob Ippolito <report@bugs.python.org> wrote:

>
> Bob Ippolito <bob@redivi.com> added the comment:
>
> The json module departs slightly from the spec in that it will allow you
> to consume and produce documents that don't have an array or object
> envelope. This is a feature.
>
> The "Too deep" test case is just a silly thing that crockford's code
> does, there's a fixed limitation for how complex an object could be.
> That's not a regression failure and the spec doesn't say anything about
> a maximum nesting level.
>
> The json module includes all of these in its test suite, although it
> disagrees slightly with crockford on what should pass.
>
> http://svn.python.org/view/python/branches/release26-
> maint/Lib/json/tests/test_fail.py<http://svn.python.org/view/python/branches/release26-%0Amaint/Lib/json/tests/test_fail.py>
>
> SKIPS = {
>    1: "why not have a string payload?",
>    18: "spec doesn't specify any nesting limitations",
> }
>
> ----------
> resolution:  -> invalid
> status: open -> closed
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue7274>
> _______________________________________
>
Files
File name Uploaded
unnamed DougShawhan, 2009-11-09.02:53:17
History
Date User Action Args
2009-11-09 02:53:21DougShawhansetrecipients: + DougShawhan, bob.ippolito
2009-11-09 02:53:18DougShawhanlinkissue7274 messages
2009-11-09 02:53:18DougShawhancreate