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 loewis
Recipients kristjan.jonsson, loewis
Date 2009-01-15.22:46:10
SpamBayes Score 0.12413169
Marked as misclassified No
Message-id <496FBCB0.4090303@v.loewis.de>
In-reply-to <1232058701.65.0.971545626481.issue4927@psf.upfronthosting.co.za>
Content
> I thought I'd explained it in detail [...]

Well, so far, you didn't say that it was testUnicodeOpen that
failed. Now that I see that, I can understand the problem.

In your original message, I failed to see a problem. Yes, the repr
is inconsistent - but why is that a problem? (and then, why does
it actually cause real problems in the test suite on Vista - as
it turns out, the inconsistency causes no problems in the testsuite
at all)

> My patch proposes to 
> a) make sure that the repr(f) is a string containing the repr of the 
> filename (be it unicode, string or whatever)

I cannot understand how this contributes to solving the problem. -1.

> b) Fix the testsuite so that both this case and the one testing string 
> filenames assumes a repr of the filename.

As it is clearly the test suite that is broken, we should just fix the
test suite. If the two chunks in the test, only the second chunk is
relevant for fixing the problem.
History
Date User Action Args
2009-01-15 22:46:11loewissetrecipients: + loewis, kristjan.jonsson
2009-01-15 22:46:11loewislinkissue4927 messages
2009-01-15 22:46:10loewiscreate