Changes between Initial Version and Version 1 of Ticket #1108, comment 3


Ignore:
Timestamp:
2010-07-22T00:54:13Z (15 years ago)
Author:
davidsarah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1108, comment 3

    initial v1  
    44 * Our Unicode tests for the CLI are a bit patchy; they only test Unicode paths for some commands.
    55 * When running the test suite, the current directory is the {{{_trial_temp}}} directory, which is at an ASCII path even if the test creates files and subdirectories at non-ASCII paths.
    6  * The bug in {{{os.path.abspath}}} only occurs when none of the resulting path components come from the input string.
     6 * The bug in {{{os.path.abspath}}} only occurs when ~~none of the resulting path components come from the input string~~ the input path is relative and the current directory path is non-ASCII.
    77 * Even when {{{os.path.abspath}}} returns a bytestring, it will often get coerced to a Unicode string (not necessarily the correct one!) by the default Python coercions.
    88