New submission from Brett Cannon <br...@python.org>:

zipimport's finders that get cached in sys.path_importer_cache should probably 
be updated to support importlib.invalidate_caches() (else the module should get 
re-implemented in pure Python in importlib and then be tossed).

----------
components: Library (Lib)
messages: 159404
nosy: brett.cannon
priority: normal
severity: normal
status: open
title: Update zipimport to support importlib.invalidate_caches()
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14678>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to