[issue1653416] print >> f, "Hello" produces no error: normal?

Ronald Oussoren report at bugs.python.org
Mon Mar 30 23:53:57 CEST 2009


Ronald Oussoren <ronaldoussoren at 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 <report at bugs.python.org>
<http://bugs.python.org/issue1653416>
_______________________________________


More information about the Python-bugs-list mailing list