Message137130
| 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:46 | markm | set | recipients: + markm, loewis |
| 2011-05-28 13:53:46 | markm | set | messageid: <1306590826.19.0.496191579279.issue12201@psf.upfronthosting.co.za> |
| 2011-05-28 13:53:45 | markm | link | issue12201 messages |
| 2011-05-28 13:53:45 | markm | create | |