Message82900
> simplejson maintains Python 2.4+ compatibility, but json maintains 2.6+.
> I could produce another patch that manually removes these few remaining
> nits if it's necessary.
I don't quite understand this: isn't json/decoder.py and
simplejson/decoder.py essentially the same? why fork the one and not
the other?
However, as long as the compatibility requirements are documented
somewhere (e.g. PEP 291), it's fine with me. |
|
Date |
User |
Action |
Args |
2009-02-28 10:43:53 | loewis | set | recipients:
+ loewis, georg.brandl, rhettinger, bob.ippolito, amaury.forgeotdarc, pitrou, ajaksu2 |
2009-02-28 10:43:51 | loewis | link | issue4136 messages |
2009-02-28 10:43:51 | loewis | create | |
|