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 bbrazil
Recipients amaury.forgeotdarc, bbrazil, benjamin.peterson, pitrou
Date 2010-10-30.15:28:06
SpamBayes Score 0.00010267601
Marked as misclassified No
Message-id <1288452491.46.0.929930277688.issue10253@psf.upfronthosting.co.za>
In-reply-to
Content
Version 2 of the patch is attached.

This fixes a warning at line 256 in test_fileio.py:
    f = _FileIO("/dev/tty", "a")
on my Hardy machine.
History
Date User Action Args
2010-10-30 15:28:11bbrazilsetrecipients: + bbrazil, amaury.forgeotdarc, pitrou, benjamin.peterson
2010-10-30 15:28:11bbrazilsetmessageid: <1288452491.46.0.929930277688.issue10253@psf.upfronthosting.co.za>
2010-10-30 15:28:06bbrazillinkissue10253 messages
2010-10-30 15:28:06bbrazilcreate