John Machin <sjmac...@users.sourceforge.net> added the comment:

(1) what am I supposed to infer from "Yup"?? That all of that \x9d stuff
was a mistake?

(2)
+    def tearDown(self):
+        pyc_file = os.path.join(os.path.dirname(__file__), 'cp1252.pyc')
+        if os.path.exists(pyc_file):
+            os.patth.remove(pyc_file)

os.patth is novel :-)

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue4742>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to