commit | 29fd7120e420014d5c32f5864a1d3c19ffa73c7f | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Nov 12 01:13:56 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Nov 12 01:13:56 2007 +0000 |
tree | f6701c188935b679e3406f6bc6f6450bb0baa523 | |
parent | aec75c33b7090c8c6eb714eb8c4b133bef9880d8 [diff] |
Minimal change that disables (AFAICT) the interpolation of \u and \U inside raw string literals. I added a whole bunch of tests but am still not sure I am testing all paths through the code. I really think the code could be simplified quite a bit.