Message6811

Author amak
Recipients amak, pjac
Date 2012-03-17.22:39:43
SpamBayes Score 1.8902724e-09
Marked as misclassified No
Message-id <1332023983.65.0.0652820529597.issue1774@psf.upfronthosting.co.za>
In-reply-to
Content
Having thought about this, I think that this is not a valid bug.

The correct exception is raised. The textual description contained in the exception cannot be expected to be identical across platforms.

As for the column number issue, it looks like expat (which cpython uses) is counting from zero, where the java parser is counting from column 1. Both are valid interpretations, but I consider the java one more appropriate, particularly on jython, since there is no column zero when you open the file in a text editor, for example.
History
Date User Action Args
2012-03-17 22:39:43amaksetmessageid: <1332023983.65.0.0652820529597.issue1774@psf.upfronthosting.co.za>
2012-03-17 22:39:43amaksetrecipients: + amak, pjac
2012-03-17 22:39:43amaklinkissue1774 messages
2012-03-17 22:39:43amakcreate