Changes between Version 1 and Version 2 of Ticket #2513, comment 3
- Timestamp:
- 2015-10-16T01:04:12Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2513, comment 3
v1 v2 1 The correct way to expand path arguments is to use `encodingutil.argv_to_abspath`, which also handles `~` and supports "long" paths on Windows.1 The correct way to expand path arguments is to use `encodingutil.argv_to_abspath`, which also handles `~`, supports "long" paths on Windows, and properly converts to Unicode from the I/O encoding.