diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-26 07:42:09 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-26 07:42:09 (GMT) |
commit | ffb58e96f10f9f8dfafd561f370dc5859480cd9b (patch) | |
tree | 35c5040864787f094ca0f2e1d993d63bffe6babe /Misc | |
parent | ebca392a6cb2aa7369e18ad29b31a712f861fa2a (diff) | |
download | cpython-ffb58e96f10f9f8dfafd561f370dc5859480cd9b.zip cpython-ffb58e96f10f9f8dfafd561f370dc5859480cd9b.tar.gz cpython-ffb58e96f10f9f8dfafd561f370dc5859480cd9b.tar.bz2 |
Move Misc/NEWS entries in correct secton.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -10,12 +10,6 @@ Projected release date: 2013-11-24 Core and Builtins ----------------- -- Issue #19288: Fixed the "in" operator of dbm.gnu databases for string - argument. Original patch by Arfrever Frehtes Taifersar Arahesis. - -- Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string - argument. Original patch by Arfrever Frehtes Taifersar Arahesis. - - Issue #19369: Optimized the usage of __length_hint__(). - Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the @@ -41,6 +35,12 @@ Library - Issue #19379: Lazily import linecache in the warnings module, to make startup with warnings faster until a warning gets printed. +- Issue #19288: Fixed the "in" operator of dbm.gnu databases for string + argument. Original patch by Arfrever Frehtes Taifersar Arahesis. + +- Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string + argument. Original patch by Arfrever Frehtes Taifersar Arahesis. + - Issue #19327: Fixed the working of regular expressions with too big charset. - Issue #17400: New 'is_global' attribute for ipaddress to tell if an address |