Message74933
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 |
|
| Date |
User |
Action |
Args |
| 2008-10-17 19:39:48 | bob.ippolito | set | recipients:
+ bob.ippolito, loewis, amaury.forgeotdarc, vstinner |
| 2008-10-17 19:39:48 | bob.ippolito | set | messageid: <[email protected]> |
| 2008-10-17 19:39:47 | bob.ippolito | link | issue4136 messages |
| 2008-10-17 19:39:47 | bob.ippolito | create | |
|