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 phmccarty
Recipients benjamin.peterson, phmccarty
Date 2018-07-06.05:18:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530854280.63.0.56676864532.issue34056@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the response.

I would like to avoid using imp, but I work on a distro team that ships many packages that still use the module. We wanted to start using checked-hash invalidation right away after upgrading to 3.7.0, but some of our release tests failed due to this issue.

I am willing to file bugs against other projects still using imp to stop using it, if that is the recommended direction. Considering that imp still works with timestamp invalidation, and checked-hash invalidation being a brand new feature, I wanted to file a bug here first before reaching out to the other projects.
History
Date User Action Args
2018-07-06 05:18:00phmccartysetrecipients: + phmccarty, benjamin.peterson
2018-07-06 05:18:00phmccartysetmessageid: <1530854280.63.0.56676864532.issue34056@psf.upfronthosting.co.za>
2018-07-06 05:18:00phmccartylinkissue34056 messages
2018-07-06 05:18:00phmccartycreate