New submission from John Keeping <john.keep...@lineone.net>:

If msilib.Directory.start_component() is called with the keyfile argument not 
None then it attempts to call self.cab.gen_id(self.absolute, keyfile) but the 
msilib.CAB.gen_id() method takes only two arguments (not three).

----------
components: Windows
files: msilib.gen_id.patch
keywords: patch
messages: 141098
nosy: john.keeping
priority: normal
severity: normal
status: open
title: msilib Directory.start_component() fails if keyfile is not None
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file22751/msilib.gen_id.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12639>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to