mattip <[email protected]> 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 <[email protected]> <https://bugs.pypy.org/issue725> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
