This commit is contained in:
Raymond Hettinger 2010-09-05 00:36:26 +00:00
parent ebea6fae86
commit 46462f3fb3

View file

@ -1,4 +1,4 @@
+++++++++++
+++++++++++
Python News
+++++++++++
@ -33,7 +33,7 @@ Core and Builtins
properly. Patch by Stefan Behnel.
- Issue #5553: The Py_LOCAL_INLINE macro now results in inlining on
most platforms. Previously, it online inlined when using Microsoft
most platforms. Previously, it inlined when using Microsoft
Visual C.
- Issue #9712: Fix tokenize on identifiers that start with non-ascii names.