]> granicus.if.org Git - python/commit
Unconditionally opening the temp file in text mode causes this test to fail
authorJason Tishler <jason@tishler.net>
Mon, 11 Aug 2003 12:13:14 +0000 (12:13 +0000)
committerJason Tishler <jason@tishler.net>
Mon, 11 Aug 2003 12:13:14 +0000 (12:13 +0000)
commit0fd54d8050f2a4181066c185e6ac465133646f05
tree55a780ddebc79cc50c3c7386a1a06d63fa91fe2c
parenta290e3d7c6c15454496d5a8bb163af61f99f52c0
Unconditionally opening the temp file in text mode causes this test to fail
under Cygwin. The attached patch corrects this problem.

I tested this patch under Red Hat Linux 8.0 too.
Lib/test/test_netrc.py