diff options
author | Dino Viehland <dinoviehland@gmail.com> | 2019-09-10 10:30:36 (GMT) |
---|---|---|
committer | T. Wouters <thomas@python.org> | 2019-09-10 10:30:36 (GMT) |
commit | 40a5313edfc18173d136bb5e19495880934b7d83 (patch) | |
tree | 5f8e5c20c8233c2cd9a2e42e9e95939c33e127eb /Misc | |
parent | 9e61066355b4b55c873d56f5f106a22463b56862 (diff) | |
download | cpython-40a5313edfc18173d136bb5e19495880934b7d83.zip cpython-40a5313edfc18173d136bb5e19495880934b7d83.tar.gz cpython-40a5313edfc18173d136bb5e19495880934b7d83.tar.bz2 |
bpo-38072: PEP-384 grpmodule (GH-15788)
Make the grp module PEP-384 compliant.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2019-09-09-15-00-42.bpo-38072.Y1xpDO.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-09-09-15-00-42.bpo-38072.Y1xpDO.rst b/Misc/NEWS.d/next/Core and Builtins/2019-09-09-15-00-42.bpo-38072.Y1xpDO.rst new file mode 100644 index 0000000..2860e69 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2019-09-09-15-00-42.bpo-38072.Y1xpDO.rst @@ -0,0 +1 @@ +grp module made PEP-384 compatible
\ No newline at end of file |