Antoine Pitrou <[EMAIL PROTECTED]> added the comment: Selon STINNER Victor <[EMAIL PROTECTED]>: > > 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. _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3616> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com