Message72614
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 |
|
Date |
User |
Action |
Args |
2008-09-05 18:11:12 | orsenthil | set | recipients:
+ orsenthil, barry, bob.ippolito, vstinner, christian.heimes, ajaksu2, benjamin.peterson |
2008-09-05 18:11:11 | orsenthil | set | messageid: <1220638271.75.0.863865039424.issue3623@psf.upfronthosting.co.za> |
2008-09-05 18:11:09 | orsenthil | link | issue3623 messages |
2008-09-05 18:11:09 | orsenthil | create | |
|