R. David Murray added the comment:

python-list is a mailing list, so you would subscribe and post your questions 
and examples there.  There are very good reasons for the existing behavior, and 
python-list would be a good place for you to learn about them (by asking 
questions).

The file case is the same: you are using print to create the output, and it is 
print's rules that are being used to generate that output, before it ever gets 
written to the file.

(And by the way, you are free to post to a closed issue.  Having it closed just 
means it doesn't show up on our list of issues we need to fix :)

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19210>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to