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:53:44
SpamBayes Score 0.006698418
Marked as misclassified No
Message-id <1306590826.19.0.496191579279.issue12201@psf.upfronthosting.co.za>
In-reply-to
Content
In _msi.c, summary_getproperty() and summary_setproperty() raise an exception if the type being set/got is VT_FILETIME. 

This issue is to track adding support for (or declining to support) FILETIMEs in msilib.SummaryInformation.GetProperty()/SetProperty().

I have included a patch which adds this support (with some basic tests).
Should this function accept/return datetime.datetime - or a timestamp (both require conversion anyway). I have used datetimes in my patch.
History
Date User Action Args
2011-05-28 13:53:46markmsetrecipients: + markm, loewis
2011-05-28 13:53:46markmsetmessageid: <1306590826.19.0.496191579279.issue12201@psf.upfronthosting.co.za>
2011-05-28 13:53:45markmlinkissue12201 messages
2011-05-28 13:53:45markmcreate