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 bear
Recipients bear, ilan, tim.peters
Date 2008-03-18.01:09:13
SpamBayes Score 0.4594334
Marked as misclassified No
Message-id <f6c154a30803171809r11e8aea9o73741e6f2ff082c7@mail.gmail.com>
In-reply-to <1205786495.82.0.165408347502.issue1274@psf.upfronthosting.co.za>
Content
Hi,

it was running on FC4 with UTF-32 support and was using the Japanese locale.

The bug is reproducible using any doctest that is stored in a mixed
character path.  where it is in the Chandler tree is not easily pulled
apart but if you really need it I can work up a small subset.

On Mon, Mar 17, 2008 at 4:41 PM, Ilan Schnell <report@bugs.python.org> wrote:
>
>  Ilan Schnell <ilanschnell@gmail.com> added the comment:
>
>  Bug is most likely platform specific.  Can someone suggest how this
>  should be handled on multiple platforms?
>
>  Mike, can you report on which platform you encountered the bug on?
>  Can you provide a script that reproduces the bug?
>
>  On Mac OS 10.4, Python 2.5 I could not create a file:
>  >>> f=open('\xed', 'w')
>  Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>  IOError: invalid mode: w
>
>  I will submit this as a separate bug because the error
>  message sould say 'invalid file name' instead of 'invalid mode'.
>
>  ----------
>  assignee:  -> tim_one
>  nosy: +ilan, tim_one
>  priority:  -> low
>  versions: +Python 2.6
>
>
>
>  __________________________________
>  Tracker <report@bugs.python.org>
>  <http://bugs.python.org/issue1274>
>  __________________________________
>
History
Date User Action Args
2008-03-18 01:09:16bearsetspambayes_score: 0.459433 -> 0.4594334
recipients: + bear, tim.peters, ilan
2008-03-18 01:09:15bearlinkissue1274 messages
2008-03-18 01:09:13bearcreate