New submission from Tarek Ziadé <ziade.ta...@gmail.com>: The regular expressions used in distutils to build a extension using the mingw32 compiler are messed up because they try to work with bytes (since Popen behavior changed) using string patterns.
I have to cleanup these regular expressions before any new 3.x release ---------- assignee: tarek components: Distutils messages: 90260 nosy: tarek priority: critical severity: normal status: open title: cygwincompiler regular expressions broken versions: Python 3.0, Python 3.1, Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6438> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com