This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sjmachin
Recipients lemburg, sjmachin, tarek
Date 2008-12-30.13:16:38
SpamBayes Score 0.015438841
Marked as misclassified No
Message-id <1230643001.2.0.378290953868.issue4742@psf.upfronthosting.co.za>
In-reply-to
Content
(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 :-)
History
Date User Action Args
2008-12-30 13:16:41sjmachinsetrecipients: + sjmachin, lemburg, tarek
2008-12-30 13:16:41sjmachinsetmessageid: <1230643001.2.0.378290953868.issue4742@psf.upfronthosting.co.za>
2008-12-30 13:16:39sjmachinlinkissue4742 messages
2008-12-30 13:16:39sjmachincreate