Changes between Initial Version and Version 1 of Ticket #19357, comment 5


Ignore:
Timestamp:
Nov 29, 2012, 2:23:39 PM (12 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19357, comment 5

    initial v1  
    11In fact, when the unicode_literals path was applied, filesystem paths operations weren't changed accordingly. Python uses native strings for filesystem paths.
     2
     3In files that have unicode_literals turned on, every string involved in a path operation must be wrapped with `str()` or `force_str()`. I'm currently at 1000 lines of diff, and counting...
Back to Top