diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2020-03-19 16:16:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-19 16:16:04 (GMT) |
commit | 77248a28896d39cae0a7e084965b9ffc2624b7f4 (patch) | |
tree | 3f38127dc1046eed09883cab5b8b6913df4cc362 /Misc | |
parent | 9052f7a41b90f2d34011c8da68f9a4facebc8a97 (diff) | |
download | cpython-77248a28896d39cae0a7e084965b9ffc2624b7f4.zip cpython-77248a28896d39cae0a7e084965b9ffc2624b7f4.tar.gz cpython-77248a28896d39cae0a7e084965b9ffc2624b7f4.tar.bz2 |
bpo-1635741: Port _collections module to multiphase initialization (GH-19074)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-03-19-23-34-22.bpo-1635741.ayunLM.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-03-19-23-34-22.bpo-1635741.ayunLM.rst b/Misc/NEWS.d/next/Core and Builtins/2020-03-19-23-34-22.bpo-1635741.ayunLM.rst new file mode 100644 index 0000000..458df4a --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-03-19-23-34-22.bpo-1635741.ayunLM.rst @@ -0,0 +1 @@ +Port _collections module to multiphase initialization (:pep:`489`). |