Message358310
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: |
|
Date |
User |
Action |
Args |
2019-12-12 22:20:17 | misho88 | set | recipients:
+ misho88 |
2019-12-12 22:20:17 | misho88 | set | messageid: <1576189217.79.0.0424351023121.issue39033@roundup.psfhosted.org> |
2019-12-12 22:20:17 | misho88 | link | issue39033 messages |
2019-12-12 22:20:17 | misho88 | create | |
|