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 steve.dower
Recipients ZackerySpytz, john.keeping, loewis, miss-islington, steve.dower
Date 2019-05-31.18:43:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559328205.87.0.572445988181.issue12639@roundup.psfhosted.org>
In-reply-to
Content
Looks like the tests need to be customized for 2.7 and 3.6:

Traceback (most recent call last):
  File "D:\a\1\s\lib\test\test_msilib.py", line 64, in test_directory_start_component_keyfile
    self.addCleanup(db.Close)
AttributeError: '_msi.Database' object has no attribute 'Close'

I can edit directly in miss-islington's branch, but what's the change? Do we just remove the addCleanup code? Or should we just skip the backport?
History
Date User Action Args
2019-05-31 18:43:25steve.dowersetrecipients: + steve.dower, loewis, john.keeping, ZackerySpytz, miss-islington
2019-05-31 18:43:25steve.dowersetmessageid: <1559328205.87.0.572445988181.issue12639@roundup.psfhosted.org>
2019-05-31 18:43:25steve.dowerlinkissue12639 messages
2019-05-31 18:43:25steve.dowercreate