[issue1274] doctest fails to run file based tests with 8bit paths

2013-04-01 Thread Terry J. Reedy
Terry J. Reedy added the comment: I am closing this for lack of evidence that there is a bug in a current release 2.7.3 or 3.3.0 or release candidate for 2.7.4 or 3.3.1. What would be needed is a self-contained example that shows a problem with one of the above. -- assignee: tim_one ->

[issue1274] doctest fails to run file based tests with 8bit paths

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: The patch simply changes test_doctest, is it acceptable or not? -- nosy: +BreamoreBoy ___ Python tracker ___

[issue1274] doctest fails to run file based tests with 8bit paths

2010-09-18 Thread Mark Lawrence
Changes by Mark Lawrence : Removed file: http://bugs.python.org/file8527/bug_3740_1.patch ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue1274] doctest fails to run file based tests with 8bit paths

2010-07-31 Thread Mike Taylor
Mike Taylor added the comment: wow - that is some old bug history ;) I'm surprised the patch is even close to being valid On Sat, Jul 31, 2010 at 21:47, Dan Buch wrote: > > Dan Buch added the comment: > > @haypo - I'm not in favor of using the attached bug_3740_1.patch but instead > adding

[issue1274] doctest fails to run file based tests with 8bit paths

2010-07-31 Thread Dan Buch
Dan Buch added the comment: @haypo - I'm not in favor of using the attached bug_3740_1.patch but instead adding a test to assert that unicode file paths are now handled correctly. I can't remove @bear's original patch myself, though, so ... not sure what to do about that :) --

[issue1274] doctest fails to run file based tests with 8bit paths

2010-07-31 Thread STINNER Victor
STINNER Victor added the comment: I didn't read all comments, but about bug_3740_1.patch: it's not a good idea to fallback to byte strings. If you have an unicode path, you are lucky, and you have to keep all these nice and correctly formatted characters! I mean: this patch is just an ugly wo

[issue1274] doctest fails to run file based tests with 8bit paths

2010-07-31 Thread Dan Buch
Changes by Dan Buch : Removed file: http://bugs.python.org/file18290/doctest-support-unicode-file-paths.patch ___ Python tracker ___ ___ Pytho

[issue1274] doctest fails to run file based tests with 8bit paths

2010-07-31 Thread Dan Buch
Dan Buch added the comment: seems to be okay with py3k's unicode StringIO adding test to show as much (although I'm sure the test could be more elegant than what I've done.) -- Added file: http://bugs.python.org/file18291/ensuring-doctest-file-suite-works-with-unicode-paths.patch __

[issue1274] doctest fails to run file based tests with 8bit paths

2010-07-31 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/

[issue1274] doctest fails to run file based tests with 8bit paths

2010-07-31 Thread Dan Buch
Dan Buch added the comment: just updating the patch -- nosy: +meatballhat versions: +Python 3.2, Python 3.3 -Python 2.5, Python 2.6 Added file: http://bugs.python.org/file18290/doctest-support-unicode-file-paths.patch ___ Python tracker

[issue1274] doctest fails to run file based tests with 8bit paths

2008-03-17 Thread Mike Taylor
Mike Taylor <[EMAIL PROTECTED]> added the comment: Not in the system PATH but in the path where the file is stored: Here is the original traceback from the bug report for Chandler: Traceback (most recent call last): File "/Development/osaf/chandler_石田リチャード/chandler/release/Library/Frameworks/

[issue1274] doctest fails to run file based tests with 8bit paths

2008-03-17 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: 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 200

[issue1274] doctest fails to run file based tests with 8bit paths

2008-03-17 Thread Mike Taylor
Mike Taylor <[EMAIL PROTECTED]> added the comment: 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

[issue1274] doctest fails to run file based tests with 8bit paths

2008-03-17 Thread Ilan Schnell
Ilan Schnell <[EMAIL PROTECTED]> 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, P

[issue1274] doctest fails to run file based tests with 8bit paths

2008-01-11 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1274] doctest fails to run file based tests with 8bit paths

2007-10-12 Thread Brett Cannon
Changes by Brett Cannon: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1274] doctest fails to run file based tests with 8bit paths

2007-10-12 Thread Mike Taylor
New submission from Mike Taylor: In our builds the included patch fixes this issue. Patch by Brian Kirsch, tested at OSAF on Python 2.5.1 -- nosy: +bear __ Tracker <[EMAIL PROTECTED]> __

[issue1274] doctest fails to run file based tests with 8bit paths

2007-10-12 Thread Mike Taylor
Changes by Mike Taylor: -- components: Tests severity: major status: open title: doctest fails to run file based tests with 8bit paths type: behavior versions: Python 2.5 __ Tracker <[EMAIL PROTECTED]> __