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 ronaldoussoren
Recipients ajaksu2, christian.heimes, georg.brandl, lebigot, loewis, ronaldoussoren, skip.montanaro
Date 2009-03-30.21:53:55
SpamBayes Score 1.0615452e-08
Marked as misclassified No
Message-id <1238450037.57.0.683549134907.issue1653416@psf.upfronthosting.co.za>
In-reply-to
Content
This issue is still present on OSX:

Python 2.6.1+ (release26-maint:70603, Mar 26 2009, 08:38:03) 
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> f = open("/dev/null")
>>> print >>f, "hello"
>>> f = open("/etc/hosts")
>>> print >>f, "world"
>>> 


This is a 2.6.x build from earlier this week.
History
Date User Action Args
2009-03-30 21:53:57ronaldoussorensetrecipients: + ronaldoussoren, loewis, skip.montanaro, georg.brandl, lebigot, christian.heimes, ajaksu2
2009-03-30 21:53:57ronaldoussorensetmessageid: <1238450037.57.0.683549134907.issue1653416@psf.upfronthosting.co.za>
2009-03-30 21:53:56ronaldoussorenlinkissue1653416 messages
2009-03-30 21:53:55ronaldoussorencreate