File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,6 @@ Projected release date: 2013-11-24
10
10
Core and Builtins
11
11
-----------------
12
12
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
-
19
13
- Issue #19369: Optimized the usage of __length_hint__().
20
14
21
15
- Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
@@ -41,6 +35,12 @@ Library
41
35
- Issue #19379: Lazily import linecache in the warnings module, to make
42
36
startup with warnings faster until a warning gets printed.
43
37
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
+
44
44
- Issue #19327: Fixed the working of regular expressions with too big charset.
45
45
46
46
- Issue #17400: New 'is_global' attribute for ipaddress to tell if an address
You can’t perform that action at this time.
0 commit comments