Changes between Initial Version and Version 1 of Ticket #2444, comment 7


Ignore:
Timestamp:
2015-06-08T12:42:40Z (10 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2444, comment 7

    initial v1  
    1111use_unicode_filepath = sys.platform == "win32"
    1212}}}
     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].)