Message72088
Selon STINNER Victor <report@bugs.python.org>:
>
> Python 2.5 has the same problem (at least, on Linux). rmtree(<unicode
> directory name>) fails if the directory contains invalid unicode
> string. Backtrace:
Well, I'm not sure we should call it the same problem, although the roots are
the same. The difference is that in 2.x, using bytes strings for file and
directory names is quite normal, especially under Linux where they are just
bytes at the OS level. In 3.0 though, those strings are supposed to be unicode
at the Python level, which makes the problem much more critical. |
|
Date |
User |
Action |
Args |
2008-08-28 13:55:17 | pitrou | set | recipients:
+ pitrou, vstinner |
2008-08-28 13:49:50 | pitrou | link | issue3616 messages |
2008-08-28 13:49:49 | pitrou | create | |
|