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 ron_adam
Recipients
Date 2007-05-16.22:23:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch modifies tokanizer.c so that it does not skip the character after a backslash in determining the end of a string in raw strings only.

A few strings needed changes in order to compile.  Two in textwrap.py, and one in distutils/util.py.

This does not include changes needed for tests to pass.  I'll include those in a separate patch.
History
Date User Action Args
2007-08-23 15:58:27adminlinkissue1720390 messages
2007-08-23 15:58:27admincreate