[issue15619] set.pop() documentation is confusing

2012-08-11 Thread Raymond Hettinger
Raymond Hettinger added the comment: I concur with Georg and Eli. The word "arbitrary" was chosen intentionally. -- nosy: +rhettinger ___ Python tracker ___

[issue15623] Init time relative imports no longer work from __init__.so modules

2012-08-11 Thread Eric Snow
Eric Snow added the comment: I was able to reproduce the error using a fresh build from tip (34d5ec8a1019): /tmp/test$ PYTHON=/opt/python3.3/bin/python3 ./test.sh ['__main__', '_bisect', '_codecs', '_collections', '_frozen_importlib', '_functools', '_heapq', '_imp', '_io', '_locale', '_sre', '_

[issue15623] Init time relative imports no longer work from __init__.so modules

2012-08-11 Thread Eric Snow
Eric Snow added the comment: The files, post-run: $ find /tmp/test/ /tmp/test/ /tmp/test/my_test_package /tmp/test/my_test_package/__init__.cpython-33dm.so /tmp/test/my_test_package/a.cpython-33dm.so /tmp/test/my_test_package/a.c /tmp/test/my_test_package/a.py /tmp/test/my_test_package/__init__.

[issue15623] Init time relative imports no longer work from __init__.so modules

2012-08-11 Thread Eric Snow
Eric Snow added the comment: Traceback when run verbosely: Traceback (most recent call last): File "", line 1, in File "", line 1529, in _find_and_load File "", line 1496, in _find_and_load_unlocked File "", line 583, in _check_name_wrapper File "", line 498, in set_package_wrapper

<    1   2