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 misho88
Recipients misho88
Date 2019-12-12.22:20:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576189217.79.0.0424351023121.issue39033@roundup.psfhosted.org>
In-reply-to
Content
I think there's a "t" missing:

Lib/zipimport.py
609-
610-                try:
611:                    _boostrap_external._validate_hash_pyc(
612-                        data, source_hash, fullname, exc_details)
613-                except ImportError:
614-                    return None
615-    else:
616-        source_mtime, source_size = \
617-            _get_mtime_and_size_of_source(self, fullpath)
618-
619-        if source_mtime:
History
Date User Action Args
2019-12-12 22:20:17misho88setrecipients: + misho88
2019-12-12 22:20:17misho88setmessageid: <1576189217.79.0.0424351023121.issue39033@roundup.psfhosted.org>
2019-12-12 22:20:17misho88linkissue39033 messages
2019-12-12 22:20:17misho88create