Václav Šmilauer added the comment:

I did not notice it was not documented in python 3.3 anymore -- my fault, sorry.

In case there is no functional replacement for it, I will try to raise it on 
the ML. I am currently writing some code in 2.7 which relies on it (I don't see 
another way of packing multiple compiled modules into one file without using 
symlinks, which won't work under windows; it saves me lots of trouble with 
cross-module symbol dependencies and such, avoids RTLD_GLOBAL, rpath and such 
nasty stuff), and don't want to throw it away with future migration to 3k.

----------

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

Reply via email to