]> granicus.if.org Git - python/commit
bpo-31681: Make sure pkgutil.get_data closes files properly (#3875)
authorElvis Pranskevichus <elvis@magic.io>
Mon, 9 Oct 2017 14:55:54 +0000 (10:55 -0400)
committerÉric Araujo <merwok@users.noreply.github.com>
Mon, 9 Oct 2017 14:55:54 +0000 (10:55 -0400)
commitcfe1aefcbd2534ddc1059a7332842644e6c8d1e4
tree426513cd3af050d9f5abf5990b8102bbac2e58e9
parentcc4b6f1c6210460c0645b1df508e114e16805784
bpo-31681: Make sure pkgutil.get_data closes files properly (#3875)

Also remove an obsolete note about
backward compat with old Pythons.
Lib/pkgutil.py
Misc/NEWS.d/next/Library/2017-10-03-15-41-08.bpo-31681.sOJMKV.rst [new file with mode: 0644]