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:
parent
accac3b809
commit
cf487a6cef
|
@ -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:
|
Loading…
Reference in New Issue