[issue1719] Cosmetic patch for doc/code mismatch (msilib.UuidCreate)

2008-01-05 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r59752, thanks! -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ P

[issue1719] Cosmetic patch for doc/code mismatch (msilib.UuidCreate)

2008-01-02 Thread Christian Heimes
Changes by Christian Heimes: -- assignee: -> georg.brandl nosy: +georg.brandl priority: -> low __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bu

[issue1719] Cosmetic patch for doc/code mismatch (msilib.UuidCreate)

2008-01-01 Thread Hirokazu Yamamoto
New submission from Hirokazu Yamamoto: Doc says msilib.UUIDCreate(), while code says msilib.UuidCreate() (Case differs) maybe doc is wrong? -- components: Documentation files: msilib.patch messages: 59089 nosy: ocean-city severity: normal status: open title: Cosmetic patch for doc/code m