diff options
author | Mohamed Koubaa <koubaa.m@gmail.com> | 2020-07-03 08:59:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-03 08:59:47 (GMT) |
commit | 9d006977d7ff5a45d6e7d696c1713fdf2dd308b7 (patch) | |
tree | c4bab2710d32ca07a4fec33c1e09c60aa395d972 /Misc/NEWS.d | |
parent | 148f32913573c29250dfb3f0d079eb8847633621 (diff) | |
download | cpython-9d006977d7ff5a45d6e7d696c1713fdf2dd308b7.zip cpython-9d006977d7ff5a45d6e7d696c1713fdf2dd308b7.tar.gz cpython-9d006977d7ff5a45d6e7d696c1713fdf2dd308b7.tar.bz2 |
bpo-1635741: Port sha256 module to multiphase init (PEP 489) (GH-21189)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-07-01-20-17-38.bpo-1635741.-AtPYu.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-07-01-20-17-38.bpo-1635741.-AtPYu.rst b/Misc/NEWS.d/next/Core and Builtins/2020-07-01-20-17-38.bpo-1635741.-AtPYu.rst new file mode 100644 index 0000000..c529923 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-07-01-20-17-38.bpo-1635741.-AtPYu.rst @@ -0,0 +1 @@ +Port :mod:`sha256` to multiphase initialization
|