mirror of
https://github.com/python/cpython.git
synced 2025-11-17 17:46:45 +00:00
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().
This commit is contained in:
parent
4612671df2
commit
c8d5bf6c3f
3 changed files with 12 additions and 1 deletions
|
|
@ -0,0 +1,2 @@
|
|||
:meth:`msilib.Directory.start_component()` no longer fails if *keyfile* is
|
||||
not ``None``.
|
||||
Loading…
Add table
Add a link
Reference in a new issue