diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2020-05-07 01:17:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-07 01:17:16 (GMT) |
commit | 3466922320d54a922cfe6d6d44e89e1cea4023ef (patch) | |
tree | ff28e2bd3021776f2eaef8ef6a96f2d9e13959b0 /Misc | |
parent | c1c7d8ead9eb214a6149a43e31a3213c52448877 (diff) | |
download | cpython-3466922320d54a922cfe6d6d44e89e1cea4023ef.zip cpython-3466922320d54a922cfe6d6d44e89e1cea4023ef.tar.gz cpython-3466922320d54a922cfe6d6d44e89e1cea4023ef.tar.bz2 |
bpo-1635741: Port errno module to multiphase initialization (GH-19923)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-05-05-21-11-35.bpo-1635741.ggwD3C.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-05-05-21-11-35.bpo-1635741.ggwD3C.rst b/Misc/NEWS.d/next/Core and Builtins/2020-05-05-21-11-35.bpo-1635741.ggwD3C.rst new file mode 100644 index 0000000..197eae9 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-05-05-21-11-35.bpo-1635741.ggwD3C.rst @@ -0,0 +1 @@ +Port :mod:`errno` to multiphase initialization (:pep:`489`). |