[New-bugs-announce] [issue29992] Expose parse_string in JSONDecoder

Tobias Oberstein report at bugs.python.org
Wed Apr 5 04:22:05 EDT 2017


New submission from Tobias Oberstein:

Though the JSONDecoder already has all the hooks internally to allow for a custom parse_string (https://github.com/python/cpython/blob/master/Lib/json/decoder.py#L330), this currently is not exposed in the constructor JSONDecoder.__init__.

It would be nice to expose it. Currently, I need to do hack it: https://gist.github.com/oberstet/fa8b8e04b8d532912bd616d9db65101a

----------
messages: 291167
nosy: oberstet
priority: normal
severity: normal
status: open
title: Expose parse_string in JSONDecoder
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29992>
_______________________________________


More information about the New-bugs-announce mailing list