This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients docs@python, georg.brandl, janssen, loewis, sjoerd, terry.reedy
Date 2010-08-04.19:53:12
SpamBayes Score 0.0008000411
Marked as misclassified No
Message-id <1280951595.08.0.00738427070463.issue3216@psf.upfronthosting.co.za>
In-reply-to
Content
Martin cannot write anything until someone answers his question. In the meanwhile, any doc person could, as suggested by Bill, change

class msilib.Directory(database, cab, basedir, physical, logical, default, component[, componentflags]) 

to

class msilib.Directory(database, cab, basedir, physical, logical, default[, componentflags]) 

'conponent' is neither in the doc string or the explanation of the signature.
History
Date User Action Args
2010-08-04 19:53:15terry.reedysetrecipients: + terry.reedy, loewis, sjoerd, georg.brandl, janssen, docs@python
2010-08-04 19:53:15terry.reedysetmessageid: <1280951595.08.0.00738427070463.issue3216@psf.upfronthosting.co.za>
2010-08-04 19:53:13terry.reedylinkissue3216 messages
2010-08-04 19:53:12terry.reedycreate