commit | 4ceeeb09d8ff445888b24aa324bc06175d141cb9 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Apr 03 22:48:51 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Apr 03 22:48:51 2010 +0000 |
tree | cdc10ef5b26e95ea8397ed57b88b36bfec6d88ab | |
parent | ab8b9cae7e2f1e714b35d8e5cdadca4df52290d5 [diff] [blame] |
ensure that the locale does not affect the tokenization of identifiers
diff --git a/Misc/NEWS b/Misc/NEWS index 5001145..af1dd20 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and Builtins ----------------- +- Ensure that tokenization of identifiers is not affected by locale. + - Issue #1222585: Added LDCXXSHARED for C++ support. Patch by Arfrever. - Raise a TypeError when trying to delete a T_STRING_INPLACE struct member.