[Patches] [ python-Patches-1720390 ] Remove backslash escapes from tokanize.c.

SourceForge.net noreply at sourceforge.net
Thu May 17 00:23:54 CEST 2007


Patches item #1720390, was opened at 2007-05-16 17:23
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1720390&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Parser/Compiler
Group: Python 3000
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ron Adam (ron_adam)
Assigned to: Nobody/Anonymous (nobody)
Summary: Remove backslash escapes from tokanize.c.

Initial Comment:

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.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1720390&group_id=5470


More information about the Patches mailing list