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 bob.ippolito
Recipients amaury.forgeotdarc, bob.ippolito, loewis, vstinner
Date 2008-10-17.19:39:47
SpamBayes Score 8.8091125e-05
Marked as misclassified No
Message-id <1224272388.34.0.439322279623.issue4136@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, if I remove those lines from the equivalent module in simplejson 
it no longer works properly with Python 2.5.2.

  File "/Users/bob/src/simplejson/simplejson/decoder.py", line 307, in 
__init__
    self.scan_once = make_scanner(self)
TypeError: cannot create 'make_scanner' instances
History
Date User Action Args
2008-10-17 19:39:48bob.ippolitosetrecipients: + bob.ippolito, loewis, amaury.forgeotdarc, vstinner
2008-10-17 19:39:48bob.ippolitosetmessageid: <1224272388.34.0.439322279623.issue4136@psf.upfronthosting.co.za>
2008-10-17 19:39:47bob.ippolitolinkissue4136 messages
2008-10-17 19:39:47bob.ippolitocreate