[pypy-issue] [issue725] Bug in zipimporting in nested packages

mattip tracker at bugs.pypy.org
Wed May 14 00:51:55 CEST 2014


mattip <matti.picus at gmail.com> added the comment:

It seems fixed, and I couldn't find an appropriate failing test on latest win32 
buildbots

pypy-c-jit-71467-67067c56ae1a-win32\pypy
Python 2.7.6 (67067c56ae1a, May 11 2014, 22:01:49)
[PyPy 2.4.0-alpha0 with MSC v.1500 32 bit] on win32
Type "help", "copyright", "credits" or "license" for more information.
And now for something completely different: ``all software improvements happen
by a bit''
>>>> import sys
>>>> sys.path.append(r'<path>\Downloads\0.zip')
>>>> import my_package
>>>> my_package
<module 'my_package' from '<path>\\Downloads\\0.zip\\my_package\\__init__.py'>

----------
nosy: +mattip
status: chatting -> testing

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue725>
________________________________________


More information about the pypy-issue mailing list