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 swaroopch
Recipients swaroopch
Date 2008-09-03.09:15:48
SpamBayes Score 3.5586367e-05
Marked as misclassified No
Message-id <1220433349.91.0.388298659355.issue3763@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

Running the attached program in Python 3.0 beta 2 gives the following error:

  File "C:\Python30\lib\json\decoder.py", line 21, in linecol
    lineno = doc.count('\n', 0, pos) + 1
TypeError: expected an object with the buffer interface

I can't figure out if there's an error in the program itself, but I
suspect this isn't working as expected.

Please let me know if there's anything I can do to help (if this is a
bug indeed).

Regards,
Swaroop
History
Date User Action Args
2008-09-03 09:15:50swaroopchsetrecipients: + swaroopch
2008-09-03 09:15:49swaroopchsetmessageid: <1220433349.91.0.388298659355.issue3763@psf.upfronthosting.co.za>
2008-09-03 09:15:49swaroopchlinkissue3763 messages
2008-09-03 09:15:48swaroopchcreate