This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients ezio.melotti, flox, rhettinger, thinred
Date 2011-10-19.07:05:17
SpamBayes Score 0.0003974485
Marked as misclassified No
Message-id <1319007917.9.0.359988542163.issue13212@psf.upfronthosting.co.za>
In-reply-to
Content
I wonder if there are concrete use cases for loading/dumping basic types.
I see two options here:
1) we decide that load/dump should accept and produce only complete json object and go through a deprecation process, raising warnings first and errors then;
2) we decide that the correct behavior (loading/dumping basic types) is fine and that should be up to the user to check if the document has an array/object at the top level and then just document it (if it's not documented already).
History
Date User Action Args
2011-10-19 07:05:17ezio.melottisetrecipients: + ezio.melotti, rhettinger, flox, thinred
2011-10-19 07:05:17ezio.melottisetmessageid: <1319007917.9.0.359988542163.issue13212@psf.upfronthosting.co.za>
2011-10-19 07:05:17ezio.melottilinkissue13212 messages
2011-10-19 07:05:17ezio.melotticreate