This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Cygwin test_netrc open mode patch
Type: Stage:
Components: Tests Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: jlt63 Nosy List: jlt63
Priority: normal Keywords: patch

Created on 2003-07-22 18:16 by jlt63, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_netrc.py.diff jlt63, 2003-07-22 18:16
Messages (3)
msg44340 - (view) Author: Jason Tishler (jlt63) * (Python triager) Date: 2003-07-22 18:16
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.

Please feel free to defer this patch until after
2.3 is released.
msg44341 - (view) Author: Jason Tishler (jlt63) * (Python triager) Date: 2003-07-24 14:20
Logged In: YES 
user_id=86216

Sorry to be a pest, but can I check this in?
msg44342 - (view) Author: Jason Tishler (jlt63) * (Python triager) Date: 2003-08-11 12:14
Logged In: YES 
user_id=86216

Now that 2.3 is released, I will ask for forgiveness
instead of permission. :,)

Committed to head as:

Lib/test/test_netrc.py 1.6

Committed to release23-maint as:

Lib/test/test_netrc.py 1.5.14.1

I hope that I chose the right branch tag...
History
Date User Action Args
2022-04-10 16:10:07adminsetgithub: 38902
2003-07-22 18:16:11jlt63create