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 orsenthil
Recipients ajaksu2, barry, benjamin.peterson, bob.ippolito, christian.heimes, orsenthil, vstinner
Date 2008-09-05.18:11:09
SpamBayes Score 0.00021473803
Marked as misclassified No
Message-id <1220638271.75.0.863865039424.issue3623@psf.upfronthosting.co.za>
In-reply-to
Content
issue3763 mentions about the similar problem with json library.
The traceback posted illustrates the issue (c) mentioned here:

  File "C:\Python30\lib\json\decoder.py", line 30, in errmsg
    lineno, colno = linecol(doc, pos)
  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
History
Date User Action Args
2008-09-05 18:11:12orsenthilsetrecipients: + orsenthil, barry, bob.ippolito, vstinner, christian.heimes, ajaksu2, benjamin.peterson
2008-09-05 18:11:11orsenthilsetmessageid: <1220638271.75.0.863865039424.issue3623@psf.upfronthosting.co.za>
2008-09-05 18:11:09orsenthillinkissue3623 messages
2008-09-05 18:11:09orsenthilcreate