commit | 1a4d12d74681d35a40474790925a8ec9c8069b4e | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Aug 13 13:07:29 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Aug 13 13:07:29 2010 +0000 |
tree | 8c23c387f6a2d179acefad150f8711111c468a7c | |
parent | 3d85a6fa043ddab8b289ccf5fb507242d45d2c28 [diff] |
Issue #9425: NullImporter constructor is fully unicode compliant * On non-Windows OSes: the constructor accepts bytes filenames and use surrogateescape for unicode filenames * On Windows: use GetFileAttributesW() instead of GetFileAttributesA()