JSON-encoding very long iterators

Chris Angelico rosuav at gmail.com
Thu Oct 2 02:33:46 EDT 2014


On Thu, Oct 2, 2014 at 4:05 PM, Alfred Morgan <alfred at 54.org> wrote:
> On Wednesday, October 1, 2014 3:55:19 PM UTC-7, Chris Angelico wrote:
>> At some point, you'll have to port your patch to the latest codebase
>
> Okay, done.
>
> https://github.com/Zectbumo/cpython/compare/master
>
> Iterators for JSON is now Python 3 ready.

Cool! I didn't think it'd be that easy, actually (all those references
to 'basestring' are actually still there in the current source...
whodathunkit). Now you can raise a tracker issue on bugs.python.org,
or suggest it on python-ideas, and see whether other people get
excited by the enhancement!

ChrisA



More information about the Python-list mailing list