commit | 47383403a0a11259acb640406a8efc38981d2255 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Aug 15 07:32:56 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Aug 15 07:32:56 2007 +0000 |
tree | ad461e275dc3f2607bab86bb596366d71489b453 | |
parent | 32c4ac014387d3bffea5461339b8ad3044d0dafb [diff] [blame] |
Implement PEP 3131. Add isidentifier to str.
diff --git a/Misc/NEWS b/Misc/NEWS index 342ca2f..0745f8d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -26,6 +26,8 @@ Core and Builtins ----------------- +- PEP 3131: Support non-ASCII identifiers. + - PEP 3120: Change default encoding to UTF-8. - PEP 3123: Use proper C inheritance for PyObject.