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 jafo
Recipients bear, ilan, jafo, tim.peters
Date 2008-03-18.02:40:37
SpamBayes Score 0.0028171763
Marked as misclassified No
Message-id <1205808039.16.0.258000802435.issue1274@psf.upfronthosting.co.za>
In-reply-to
Content
This may be fixed already, or a bug in FC4.  Or perhaps you could
provide more information on how the bug is invoked.  I was able to
successfully execute a doctest with "\xee" in the path on an F8 box:

Python 2.5.1 (r251:54863, Oct 30 2007, 13:54:11) 
[GCC 4.1.2 20070925 (Red Hat 4.1.2-33)] on linux2

Also: Please do not quote text in the reply.
Type "help", "copyright", "credits" or "license" for more information.
>>> import doctest
>>> doctest.testfile('foo\xeebar/test.txt')
(0, 1)
>>> 
guin:pytest$ cat fo*/test.txt
The ``example`` module
======================

Using ``print``
-------------------

This is a test example.

   >>> print 'Hello world!'
   Hello world!
History
Date User Action Args
2008-03-18 02:40:39jafosetspambayes_score: 0.00281718 -> 0.0028171763
recipients: + jafo, tim.peters, bear, ilan
2008-03-18 02:40:39jafosetspambayes_score: 0.00281718 -> 0.00281718
messageid: <1205808039.16.0.258000802435.issue1274@psf.upfronthosting.co.za>
2008-03-18 02:40:38jafolinkissue1274 messages
2008-03-18 02:40:37jafocreate