Georg Brandl <[email protected]> added the comment: That's a good question :)
A quick test shows that exec() does honor coding cookies in code given as a bytestring, so simply changing to open(..., "rb") should be fine. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue6126> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
