#11515: Merge with 3.1.

This commit is contained in:
Ezio Melotti 2011-03-15 05:59:46 +02:00
commit 4969f709cc
49 changed files with 58 additions and 58 deletions

View file

@ -487,7 +487,7 @@ PyObject *PyBytes_DecodeEscape(const char *s,
default:
*p++ = '\\';
s--;
goto non_esc; /* an arbitry number of unescaped
goto non_esc; /* an arbitrary number of unescaped
UTF-8 bytes may follow. */
}
}