]> granicus.if.org Git - python/commit
changed \x to consume exactly two hex digits. implements PEP-223
authorFredrik Lundh <fredrik@pythonware.com>
Sat, 2 Sep 2000 20:11:27 +0000 (20:11 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sat, 2 Sep 2000 20:11:27 +0000 (20:11 +0000)
commit1fa0b895ec69d6e514a7fb457181cba339041d6c
treea48b6cee9f5ebbd622c72c7fea06aa32daf89dce
parent510c97ba2f573bb5336681126ea6aad45a928a52
changed \x to consume exactly two hex digits.  implements PEP-223
for 8-bit strings.
Python/compile.c