diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2017-11-07 12:58:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-07 12:58:53 (GMT) |
commit | a935654f0613640535fbf0ba190f81d02a63d35c (patch) | |
tree | 5753241a41d176bfdd41a03ef3fc546b2a4de5d7 /Misc | |
parent | 3cc4c53a64bdcf21431ad306eca0e568f88735a2 (diff) | |
download | cpython-a935654f0613640535fbf0ba190f81d02a63d35c.zip cpython-a935654f0613640535fbf0ba190f81d02a63d35c.tar.gz cpython-a935654f0613640535fbf0ba190f81d02a63d35c.tar.bz2 |
bpo-20486: Implement Database.Close() method in msilib (GH-4141)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2017-10-26-23-02-57.bpo-20486.3IdsZ1.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2017-10-26-23-02-57.bpo-20486.3IdsZ1.rst b/Misc/NEWS.d/next/Windows/2017-10-26-23-02-57.bpo-20486.3IdsZ1.rst new file mode 100644 index 0000000..d65971e --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2017-10-26-23-02-57.bpo-20486.3IdsZ1.rst @@ -0,0 +1,2 @@ +Implement the ``Database.Close()`` method to help closing MSI database +objects. |