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.

Author pitrou
Recipients alexandre.vassalotti, amaury.forgeotdarc, benjamin.peterson, ocean-city, pitrou
Date 2009-06-14.18:18:28
SpamBayes Score 4.0874034e-05
Marked as misclassified No
Message-id <1245003653.13303.2.camel@localhost>
In-reply-to <1244967202.64.0.803173384956.issue6215@psf.upfronthosting.co.za>
Content
> I found following patch can fix test_invalid_operations error on
> windows. Is this correct fix? There are many other places using bare open().

The fix looks ok. 
test_io should use self.open() instead of open() everywhere, except in
places where it's not used as a test.
History
Date User Action Args
2009-06-14 18:18:29pitrousetrecipients: + pitrou, amaury.forgeotdarc, ocean-city, alexandre.vassalotti, benjamin.peterson
2009-06-14 18:18:28pitroulinkissue6215 messages
2009-06-14 18:18:28pitroucreate