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 noam
Recipients noam
Date 2009-11-04.07:04:56
SpamBayes Score 0.000759107
Marked as misclassified No
Message-id <1257318299.81.0.115338436222.issue7260@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,

This is from the current svn:

> ./python
Python 3.2a0 (py3k:76104, Nov  4 2009, 08:49:44) 
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> try:
... 	eval("u'שלום'")
... except SyntaxError as e:
... 	e
... 
SyntaxError('invalid syntax', ('<string>', 1, 11, "u'שלום'"))

As you can see, the offset (11) refers to a non-existing character, as
the code contains only 7 characters.

Thanks,
Noam
History
Date User Action Args
2009-11-04 07:05:00noamsetrecipients: + noam
2009-11-04 07:04:59noamsetmessageid: <1257318299.81.0.115338436222.issue7260@psf.upfronthosting.co.za>
2009-11-04 07:04:58noamlinkissue7260 messages
2009-11-04 07:04:57noamcreate