diff options
author | Zackery Spytz <zspytz@gmail.com> | 2019-05-31 16:43:13 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@python.org> | 2019-05-31 16:43:13 (GMT) |
commit | c8d5bf6c3fa09b43f6a5ee779d493d251dbcc53c (patch) | |
tree | 44a1e31c84e4657a006f24351cc5427bb0aa3548 /Misc/NEWS.d/next | |
parent | 4612671df2742eade8ecf8003a6ce1247973c135 (diff) | |
download | cpython-c8d5bf6c3fa09b43f6a5ee779d493d251dbcc53c.zip cpython-c8d5bf6c3fa09b43f6a5ee779d493d251dbcc53c.tar.gz cpython-c8d5bf6c3fa09b43f6a5ee779d493d251dbcc53c.tar.bz2 |
bpo-12639: msilib.Directory.start_component() fails if *keyfile* is not None (GH-13688)
msilib.Directory.start_component() was passing an extra argument to CAB.gen_id().
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-05-30-16-16-47.bpo-12639.TQFOR4.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-05-30-16-16-47.bpo-12639.TQFOR4.rst b/Misc/NEWS.d/next/Library/2019-05-30-16-16-47.bpo-12639.TQFOR4.rst new file mode 100644 index 0000000..aade912 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-05-30-16-16-47.bpo-12639.TQFOR4.rst @@ -0,0 +1,2 @@ +:meth:`msilib.Directory.start_component()` no longer fails if *keyfile* is +not ``None``. |