Files
cpython/Lib
Victor Stinner 64e039af02 Issue #16414: Fix test_os on Windows, don't test os.listdir() with undecodable
With the ANSI code page 932, os.listdir(b'\xe7') return an empty list (instead
of failing), whereas os.listdir(b'\xff') raises a FileNotFoundError.

It looks like a Windows bug: b'\xe7' directory does not exist,
FindFirstFileA(b'\xe7') fails with ERROR_FILE_NOT_FOUND (2), instead of
ERROR_PATH_NOT_FOUND (3).
2012-11-07 00:10:14 +01:00
..
2012-10-01 12:53:43 -07:00
2012-06-16 22:50:54 +02:00
2012-02-21 13:59:40 +02:00
2012-10-09 11:16:13 -04:00
2012-10-28 12:40:20 +00:00
2012-03-05 16:24:07 +01:00
2012-10-01 12:53:43 -07:00
2012-06-27 15:37:47 +02:00
2012-10-01 12:53:43 -07:00
2012-11-06 15:33:30 +00:00
2012-05-07 22:24:05 -04:00
2012-10-09 11:16:13 -04:00
2012-10-12 12:04:32 -04:00
2012-10-09 11:16:13 -04:00
2012-04-29 13:37:13 +03:00
2012-10-06 18:38:30 +03:00
2012-11-03 20:33:38 +02:00
2012-10-17 18:05:27 -04:00
2012-11-03 17:46:51 +02:00
2012-07-07 17:03:52 +02:00
2012-10-01 12:53:43 -07:00
2012-10-01 12:53:43 -07:00