Comment 3 for bug 1040213

Revision history for this message
Julian Taylor (jtaylor) wrote :

this looks like a bugfix release which can also go in after the feature freeze.

concerning the diff:
subprocess.checkoutput does not exist
you probably want
subprocess.check_output

I also made a couple of crash reports public, it might be worth fixing them, if they aren't yet.