[Python-Dev] test_pep277 (original) (raw)

Skip Montanaro skip@pobox.com
Thu, 17 Jul 2003 19:19:29 -0500


>> I wonder why this error with detail.filename not being a unicode
>> object isn't seen on Windows?

Martin> Because Windows uses
Martin> posixmodule.c:posix_error_with_unicode_filename, and Unix
Martin> doesn't.

Thanks. I think I'll file a bug report for after 2.3.

Skip