Le 13/07/2011 06:40, Nick Coghlan a écrit : > Now, the what's new for 2.7 doesn't actually *say* we made that change > and I can't find any evidence for it in NEWS either, so I think the > bug is actually in the __future__ module (and docs: > http://docs.python.org/library/__future__).
I seemed to recall the change was done in 2.6, but I found only that: > C API: the PyImport_Import() and PyImport_ImportModule() functions > now default to absolute imports, not relative imports. This will > affect C extensions that import other modules. http://docs.python.org/dev/whatsnew/2.6#porting-to-python-2-6 Regards _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com