7
18
* Handle when LANG is not recognized by python. Emit a warning, but
8
19
just revert to using 'ascii'. (John Arbash Meinel, #35392)
12
30
* Transport.list_dir() and Transport.iter_files_recursive() should always
13
31
return urlescaped paths. This is now tested (there were bugs in a few
14
32
of the transports) (Andrew Bennetts, David Allouche, John Arbash Meinel)