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 markm
Recipients loewis, markm
Date 2011-05-28.13:59:35
SpamBayes Score 0.0054943967
Marked as misclassified No
Message-id <1306591176.31.0.169874894705.issue12202@psf.upfronthosting.co.za>
In-reply-to
Content
Per Eric V. Smith's comment issue1104 (msg134976) the return value of the call MsiSummaryInfoGetProperty() in summary_getproperty() (pc\_msi.c) is only checked for the error return ERROR_MORE_DATA.

Other error values should be checked.
History
Date User Action Args
2011-05-28 13:59:36markmsetrecipients: + markm, loewis
2011-05-28 13:59:36markmsetmessageid: <1306591176.31.0.169874894705.issue12202@psf.upfronthosting.co.za>
2011-05-28 13:59:35markmlinkissue12202 messages
2011-05-28 13:59:35markmcreate