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 serhiy.storchaka
Recipients berker.peksag, cryvate, eric.araujo, nascheme, ncoghlan, ned.deily, pitrou, serhiy.storchaka, tarek, vstinner
Date 2017-12-02.21:37:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512250639.46.0.213398074469.issue19610@psf.upfronthosting.co.za>
In-reply-to
Content
In simplejson classifiers is a result of filter(). This is a list in Python 2 and an iterator in Python 3. It can be uploaded using Python 2.
History
Date User Action Args
2017-12-02 21:37:19serhiy.storchakasetrecipients: + serhiy.storchaka, nascheme, ncoghlan, pitrou, vstinner, tarek, ned.deily, eric.araujo, berker.peksag, cryvate
2017-12-02 21:37:19serhiy.storchakasetmessageid: <1512250639.46.0.213398074469.issue19610@psf.upfronthosting.co.za>
2017-12-02 21:37:19serhiy.storchakalinkissue19610 messages
2017-12-02 21:37:19serhiy.storchakacreate