diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2020-03-31 12:43:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 12:43:47 (GMT) |
commit | 1cb763b8808745b9a368c1158fda19d329f63f6f (patch) | |
tree | 2e79418d5b5b38f5dd4db4978f8ac4d62071595c /Misc | |
parent | 63ba5cccf484b9ec23dfbf4cf7ffdc833eda98c3 (diff) | |
download | cpython-1cb763b8808745b9a368c1158fda19d329f63f6f.zip cpython-1cb763b8808745b9a368c1158fda19d329f63f6f.tar.gz cpython-1cb763b8808745b9a368c1158fda19d329f63f6f.tar.bz2 |
bpo-1635741: Port _uuid module to multiphase initialization (GH-19242)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-03-31-21-12-27.bpo-1635741.S2nkF3.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-03-31-21-12-27.bpo-1635741.S2nkF3.rst b/Misc/NEWS.d/next/Core and Builtins/2020-03-31-21-12-27.bpo-1635741.S2nkF3.rst new file mode 100644 index 0000000..7d5a8ca --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-03-31-21-12-27.bpo-1635741.S2nkF3.rst @@ -0,0 +1 @@ +Port _uuid module to multiphase initialization (:pep:`489`). |