Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pull-license-list: Update to Python 3.6
Which adds support for parsing JSON directly from bytes without first decoding to a string [1,2]. This allows interacting with RFC-compliant servers, because RFC 7159 does not define a charset parameter in its application/json registration [3]. Reported by Eric Searcy [4]. [1]: https://docs.python.org/3/whatsnew/3.6.html#json [2]: https://bugs.python.org/issue17909 [3]: https://tools.ietf.org/html/rfc7159#page-11 [4]: spdx#10 (comment)
- Loading branch information