diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 2.6 alpha 1? Core and builtins ----------------- +- Issue #1678380: Fix a bug that identifies 0j and -0j when they appear + in the same code unit. + - Patch #1970 by Antoine Pitrou: Speedup unicode whitespace and linebreak detection |