PEP 223, Changing the Meaning of \x Escapes, assigned to Tim Peters.

This PEP is slated for Python 2.1
This commit is contained in:
Barry Warsaw 2000-08-21 13:37:45 +00:00
parent accac3b809
commit cf487a6cef
1 changed files with 25 additions and 0 deletions

25
pep-0223.txt Normal file
View File

@ -0,0 +1,25 @@
PEP: 223
Title: Change the Meaning of \x Escapes
Version: $Revision$
Author: tpeters@beopen.com (Tim Peters)
Python-Version: 2.1
Status: Draft
Created: 20-Aug-2000
Post-History:
Abstract
Change \x escapes, in both 8-bit and Unicode strings, to consume
exactly the two hex digits following. The proposal views this as
correcting an original design flaw, leading to clearer expression
in all flavors of string, a cleaner Unicode story, better
compatibility with Perl regular expressions, and with minimal risk
to existing code.
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End: