classification
Title: Broken link in msilib docs
Type: behavior
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Jimbo, georg.brandl
Priority: Keywords:

Created on 2008-01-16 16:45 by Jimbo, last changed 2008-01-16 16:57 by georg.brandl.

Messages
msg59998 (view) Author: Jim Wilson (Jimbo) Date: 2008-01-16 16:45
at http://docs.python.org/lib/database-objects.html, under "See Also:",
the link, MSIOpenView leads nowhere.  From earlier reading, I suspect it
should be "MSIDatabaseOpenView" (or perhaps
"MSIDatabaseOpenViewPaddedOutEvenMoreToMakeYourEyesGlazeOver").
msg59999 (view) Author: Georg Brandl (georg.brandl) Date: 2008-01-16 16:57
Fixed in r59999 and r60000.
History
Date User Action Args
2008-01-16 16:57:27georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg59999
nosy: + georg.brandl
2008-01-16 16:45:41Jimbocreate