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 vajrasky
Recipients benjamin.peterson, docs@python, gromgull, hynek, pitrou, python-dev, r.david.murray, serhiy.storchaka, stutzbach, vajrasky, zach.ware
Date 2014-02-27.02:28:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393468094.53.0.2564100873.issue20501@psf.upfronthosting.co.za>
In-reply-to
Content
From http://hg.python.org/cpython/rev/1a1a9d6fb278

+        t1 = TESTFN
+        #t1 = writeTmp(1, ['A\nB\r\nC\rD+IKw-'], mode='wb')
+        self.addCleanup(safe_unlink, TESTFN)

You left out the debugging statement.

And this English statement:

# Unlikely UTF-7 is locale encoding

could be made clearer. Does it mean: "UTF-7 is an unlikely locale encoding"?
History
Date User Action Args
2014-02-27 02:28:14vajraskysetrecipients: + vajrasky, pitrou, benjamin.peterson, stutzbach, r.david.murray, docs@python, python-dev, gromgull, hynek, zach.ware, serhiy.storchaka
2014-02-27 02:28:14vajraskysetmessageid: <1393468094.53.0.2564100873.issue20501@psf.upfronthosting.co.za>
2014-02-27 02:28:14vajraskylinkissue20501 messages
2014-02-27 02:28:13vajraskycreate