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 Eric Appelt
Recipients Eric Appelt
Date 2016-10-27.03:06:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477537617.88.0.425466142378.issue28541@psf.upfronthosting.co.za>
In-reply-to
Content
Increase test coverage of the json library, specifically the detect_encoding() function in the __init__ module, which is used to handle the autodetection of the encoding of a bytes object passed to json.loads().

This function was added in issue 17909 which extended the json.loads() function to accept bytes.

Note that this is a small patch as I am following section 5 of the developer guide and I am trying to acquaint myself with the process as a first time contributor. I found this missing coverage just by semi-randomly looking at individual modules of interest. Please let me know if I have made any general mistakes in constructing this ticket. Thanks!
History
Date User Action Args
2016-10-27 03:06:57Eric Appeltsetrecipients: + Eric Appelt
2016-10-27 03:06:57Eric Appeltsetmessageid: <1477537617.88.0.425466142378.issue28541@psf.upfronthosting.co.za>
2016-10-27 03:06:57Eric Appeltlinkissue28541 messages
2016-10-27 03:06:56Eric Appeltcreate