| commit | df84675f938238b8193bd2c945967011cce77a21 | [log] [tgz] |
|---|---|---|
| author | Fredrik Lundh <fredrik@pythonware.com> | Sun Sep 03 11:29:49 2000 +0000 |
| committer | Fredrik Lundh <fredrik@pythonware.com> | Sun Sep 03 11:29:49 2000 +0000 |
| tree | ddcf2913aa7d6162e01a23b00b12d98a9885599e | |
| parent | 03dd010b4fa7524e90cf1d5469f41618428589c9 [diff] |
changed \x to consume exactly two hex digits, also for unicode strings. closes PEP-223. also added \U escape (eight hex digits).