[issue12201] Returning FILETIME is unsupported in msilib.SummaryInformation.GetProperty()

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: msilib is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker

[issue12201] Returning FILETIME is unsupported in msilib.SummaryInformation.GetProperty()

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12201] Returning FILETIME is unsupported in msilib.SummaryInformation.GetProperty()

2014-06-24 Thread Mark Lawrence
Mark Lawrence added the comment: @Martin/Steve do you consider this enhancement request worth pursuing? -- nosy: +BreamoreBoy, steve.dower ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12201

[issue12201] Returning FILETIME is unsupported in msilib.SummaryInformation.GetProperty()

2011-06-03 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- type: - feature request versions: +Python 3.3 -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12201 ___

[issue12201] Returning FILETIME is unsupported in msilib.SummaryInformation.GetProperty()

2011-05-28 Thread Mark Mc Mahon
New submission from Mark Mc Mahon mtnbikingm...@gmail.com: 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