New submission from Alexander Belopolsky <[EMAIL PROTECTED]>:

>From issue4197:

"""
runpy needs a non-standard PEP 302 extension to set __file__ correctly
in the modules it runs. The pkgutil stuff it uses to find pure Python
modules in the filesystem supports that extension, but zipimport doesn't
(yet).
"""  -- Nick Coghlan

I am working on a patch.

----------
components: Extension Modules
messages: 76859
nosy: belopolsky
severity: normal
status: open
title: Add get_filename method to zipimport
type: feature request
versions: Python 2.7

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4512>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to