bpo-12639: msilib.Directory.start_component() fails if *keyfile* is not None by ZackerySpytz · Pull Request #13688 · python/cpython

@ZackerySpytz

…ot None

msilib.Directory.start_component() was passing an extra argument to
CAB.gen_id().

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 31, 2019
…ot None (pythonGH-13688)

msilib.Directory.start_component() was passing an extra argument to CAB.gen_id().
(cherry picked from commit c8d5bf6)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 31, 2019
…ot None (pythonGH-13688)

msilib.Directory.start_component() was passing an extra argument to CAB.gen_id().
(cherry picked from commit c8d5bf6)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 31, 2019
…ot None (pythonGH-13688)

msilib.Directory.start_component() was passing an extra argument to CAB.gen_id().
(cherry picked from commit c8d5bf6)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>

miss-islington added a commit that referenced this pull request

May 31, 2019
…ot None (GH-13688)

msilib.Directory.start_component() was passing an extra argument to CAB.gen_id().
(cherry picked from commit c8d5bf6)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>

zooba pushed a commit that referenced this pull request

May 31, 2019
…* is not None (GH-13688)

* 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().
(cherry picked from commit c8d5bf6)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
…ot None (pythonGH-13688)

msilib.Directory.start_component() was passing an extra argument to CAB.gen_id().