Author: guido.van.rossum Date: Sat May 31 18:33:45 2008 New Revision: 63835 Log: Clarify a sentence by adding a comma, and add back a \ that was dropped in front of an x. Modified: peps/trunk/pep-3138.txt Modified: peps/trunk/pep-3138.txt ============================================================================== --- peps/trunk/pep-3138.txt (original) +++ peps/trunk/pep-3138.txt Sat May 31 18:33:45 2008 @@ -74,9 +74,9 @@ * Convert leading surrogate pair characters without trailing character (0xd800-0xdbff, but not followed by 0xdc00-0xdfff) to '\\uXXXX'. - * Convert Unicode whitespace other than ASCII space('\\x20') and - control characters (categories Z* and C* in the Unicode database) - to 'xXX', '\\uXXXX' or '\\U00xxxxxx'. + * Convert Unicode whitespace other than ASCII space('\\x20'), and + control characters (categories Z* and C* in the Unicode database), + to '\\xXX', '\\uXXXX' or '\\U00xxxxxx'. - Set the Unicode error-handler for sys.stdout and sys.stderr to 'backslashreplace' by default.
participants (1)
-
guido.van.rossum