diff options
author | Hai Shi <shihai1992@gmail.com> | 2020-02-17 13:50:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-17 13:50:35 (GMT) |
commit | 4c1b6a6f4fc46add0097efb3026cf3f0c89f88a2 (patch) | |
tree | 2f964a6e1ad16ff2bc7662f83b0f7f8ed09136fc /Misc | |
parent | 7d7956833cc37a9d42807cbfeb7dcc041970f579 (diff) | |
download | cpython-4c1b6a6f4fc46add0097efb3026cf3f0c89f88a2.zip cpython-4c1b6a6f4fc46add0097efb3026cf3f0c89f88a2.tar.gz cpython-4c1b6a6f4fc46add0097efb3026cf3f0c89f88a2.tar.bz2 |
bpo-1635741: Port _abc extension to multiphase initialization (PEP 489) (GH-18030)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-01-16-12-00-04.bpo-1635741.fuqoBG.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-01-16-12-00-04.bpo-1635741.fuqoBG.rst b/Misc/NEWS.d/next/Core and Builtins/2020-01-16-12-00-04.bpo-1635741.fuqoBG.rst new file mode 100644 index 0000000..4dd37a6 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-01-16-12-00-04.bpo-1635741.fuqoBG.rst @@ -0,0 +1 @@ +Port _abc extension module to multiphase initialization (:pep:`489`). |