Changes between Initial Version and Version 1 of Ticket #19357, comment 5
- Timestamp:
- Nov 29, 2012, 2:23:39 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19357, comment 5
initial v1 1 1 In fact, when the unicode_literals path was applied, filesystem paths operations weren't changed accordingly. Python uses native strings for filesystem paths. 2 3 In 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...