Message146424
On Wed, Oct 26, 2011 at 3:36 PM, Yuval Greenfield
<report@bugs.python.org> wrote:
> If the current situation isn't fixed though - you just can't use the resulting path for almost anything. Do you have a use case Ishimoto?
I don't have use case. But does raising UnicodeEncodeError fix
problems? It could break existing code, but I don't see much
difference over WindowsError caused by the broken file names.
> The fact is you shouldn't be doing os.path.abspath(b'.') in windows to begin with.
Agreed. So I think adding Windows specific check to Byte API does not
improve situation, but increase complexity of std lib. |
|
Date |
User |
Action |
Args |
2011-10-26 08:01:34 | ishimoto | set | recipients:
+ ishimoto, terry.reedy, vstinner, ubershmekel |
2011-10-26 08:01:33 | ishimoto | link | issue13247 messages |
2011-10-26 08:01:33 | ishimoto | create | |
|