Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552be9b commit 8b4d64fCopy full SHA for 8b4d64f
1 file changed
Misc/NEWS
@@ -13,9 +13,6 @@ Core and Builtins
13
- Issue #13020: Fix a reference leak when allocating a structsequence object
14
fails. Patch by Suman Saha.
15
16
-- Issue #13777: Add PF_SYSTEM sockets on OS X.
17
- Patch by Michael Goderbauer.
18
-
19
- Issue #13908: Ready types returned from PyType_FromSpec.
20
21
- Issue #11235: Fix OverflowError when trying to import a source file whose
@@ -469,6 +466,9 @@ Core and Builtins
469
466
Library
470
467
-------
471
468
+- Issue #13777: Add PF_SYSTEM sockets on OS X.
+ Patch by Michael Goderbauer.
+
472
- Issue #13015: Fix a possible reference leak in defaultdict.__repr__.
473
Patch by Suman Saha.
474
0 commit comments