isagalaev / ijson

Iterative JSON parser with Pythonic interface
http://pypi.python.org/pypi/ijson/
Other
615 stars 134 forks source link

Buffered reader misprint #1

Closed AlexanderYastrebov closed 13 years ago

AlexanderYastrebov commented 13 years ago

26'th line: result = str(sef.buffer[self.pos:] + self.f.read()) Notice sef.buffer misprint

isagalaev commented 13 years ago

It was a defunct block of code anyway. Thanks for pointing it out!