Skip to content

Commit ffb58e9

Browse files
Move Misc/NEWS entries in correct secton.
1 parent ebca392 commit ffb58e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Misc/NEWS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ Projected release date: 2013-11-24
1010
Core and Builtins
1111
-----------------
1212

13-
- Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
14-
argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
15-
16-
- Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
17-
argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
18-
1913
- Issue #19369: Optimized the usage of __length_hint__().
2014

2115
- Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
@@ -41,6 +35,12 @@ Library
4135
- Issue #19379: Lazily import linecache in the warnings module, to make
4236
startup with warnings faster until a warning gets printed.
4337

38+
- Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
39+
argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
40+
41+
- Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
42+
argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
43+
4444
- Issue #19327: Fixed the working of regular expressions with too big charset.
4545

4646
- Issue #17400: New 'is_global' attribute for ipaddress to tell if an address

0 commit comments

Comments
 (0)