diff options
author | Mickaël Schoentgen <contact@tiger-222.fr> | 2019-04-08 13:08:48 (GMT) |
---|---|---|
committer | Inada Naoki <songofacandy@gmail.com> | 2019-04-08 13:08:48 (GMT) |
commit | 58721a903074d28151d008d8990c98fc31d1e798 (patch) | |
tree | a537b9670bde0862165535a378a9116e59283d2a /Misc | |
parent | 7a0630c530121725136526a88c49589b54da6492 (diff) | |
download | cpython-58721a903074d28151d008d8990c98fc31d1e798.zip cpython-58721a903074d28151d008d8990c98fc31d1e798.tar.gz cpython-58721a903074d28151d008d8990c98fc31d1e798.tar.bz2 |
bpo-35416: fix potential resource warnings in distutils (GH-10918)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-12-05-09-55-05.bpo-35416.XALKZG.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-12-05-09-55-05.bpo-35416.XALKZG.rst b/Misc/NEWS.d/next/Library/2018-12-05-09-55-05.bpo-35416.XALKZG.rst new file mode 100644 index 0000000..66603bc --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-12-05-09-55-05.bpo-35416.XALKZG.rst @@ -0,0 +1 @@ +Fix potential resource warnings in distutils. Patch by Mickaël Schoentgen. |