Changes between Initial Version and Version 1 of Ticket #2444, comment 7
- Timestamp:
- 2015-06-08T12:42:40Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2444, comment 7
initial v1 11 11 use_unicode_filepath = sys.platform == "win32" 12 12 }}} 13 14 (We won't hit the Twisted bug on Windows because on that platform we use our own INotify emulation which *does* accept Unicode `FilePath`s, and which even works on versions of Twisted before the fix to [https://twistedmatrix.com/trac/ticket/7928].)