[issue5820] Very small bug in documentation of json.load()

2009-04-23 Thread Georg Brandl
Georg Brandl added the comment: It's all right! Thanks for the patch, committed in r71814. -- resolution: -> accepted status: open -> closed ___ Python tracker ___ _

[issue5820] Very small bug in documentation of json.load()

2009-04-23 Thread P.C. Shyamshankar
New submission from P.C. Shyamshankar : The suggestion that non-ASCII based encodings should be wrapped in a codecs.getreader instance has a small bug, ie instead of codecs.getreader(fp)(encoding), it should be the other way around, codecs.getreader(encoding)(fp). It's a very small bug, and I