Adjust error line parsing for newer Python versions
commit90cf307265e45cdf33e544d5faaaffa0bce4c9af
authorEnrico Tröger <enrico.troeger@uvena.de>
Tue, 18 Oct 2011 21:53:44 +0000 (18 23:53 +0200)
committerEnrico Tröger <enrico.troeger@uvena.de>
Tue, 18 Oct 2011 21:53:44 +0000 (18 23:53 +0200)
treebd0a2b8e44350be3932efd903fb55bf62dfcb6b0
parentcf88abfe4d50038ab2bcfb16dd3a77674f58b735
Adjust error line parsing for newer Python versions

The format of the error message output of the py_compile module has changed in
Python 2.6. The code now tries to detect the format and parse it accordingly.
src/msgwindow.c