Ronald Oussoren <ronaldousso...@mac.com> added the comment: 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. ---------- nosy: +ronaldoussoren _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue1653416> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com