Florent Xicluna <florent.xicl...@gmail.com> added the comment: Other py3k warnings:
lib\distutils\util.py:209: DeprecationWarning: apply() not supported in 3.x; use func(*args, **kwargs) return apply(os.path.join, paths) lib\distutils\command\build_ext.py:679: DeprecationWarning: apply() not supported in 3.x; use func(*args, **kwargs) return apply(os.path.join, ext_path) + '_d' + so_ext lib\platform.py:1035: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator if _default_architecture.has_key(sys.platform): ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7092> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com