[docs] [issue3216] Scarce msilib documentation

Terry J. Reedy report at bugs.python.org
Wed Aug 4 21:53:15 CEST 2010


Terry J. Reedy <tjreedy at udel.edu> added the comment:

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.

----------
assignee: loewis -> docs at python
keywords: +easy, patch
nosy: +docs at python, terry.reedy
resolution: fixed -> 
versions: +Python 3.2 -Python 2.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3216>
_______________________________________


More information about the docs mailing list