1. 18 Aug, 2010 2 commits
    • Victor Stinner's avatar
    • Victor Stinner's avatar
      Improve PEP 383 tests (in test_os) · d91df1a7
      Victor Stinner authored
       * Use the current filesystem encoding instead of always using utf-8
       * Enable the test on Mac OS X
       * Use TESTFN_UNENCODABLE and TESTFN_UNICODE instead of arbitrary filenames
       * To decode a filename, use strict error handler instead surrogateescape for
         mbcs encoding (on Windows)
       * Use TESTFN_UNENCODABLE (if available) for the directory name
      
      Skip the test if no non-ascii filename can be created.
      d91df1a7
  2. 17 Aug, 2010 38 commits