]> granicus.if.org Git - python/commit
Close file handles in a timely manner in packaging.database (#12504).
authorÉric Araujo <merwok@netwok.org>
Fri, 8 Jul 2011 15:22:19 +0000 (17:22 +0200)
committerÉric Araujo <merwok@netwok.org>
Fri, 8 Jul 2011 15:22:19 +0000 (17:22 +0200)
commit4468e55d4bd2a9ac4c6aeaffeb99653b7737ebd6
treed09de80ea8f28dec7d463e4f653a590c5b43709b
parentce5fe83878c56ac17007e88148714ee523e64c94
Close file handles in a timely manner in packaging.database (#12504).

This fixes a bug with the remove (uninstall) feature on Windows.  Patch
by Thomas Holmes.
Lib/packaging/database.py
Lib/packaging/tests/test_uninstall.py
Misc/ACKS
Misc/NEWS