Martin v. Löwis <mar...@v.loewis.de> added the comment:

Serhiy: can you please explicitly list what issues your patch fixes?

I can think of many *more* issues that your patch doesn't fix, e.g. 
sys.stdin.read(sys) and sys.stdout.read().

I'm quite opposed to monkey-patching, so I won't commit any patch that involves 
monkey-patching (i.e. _checked_text_writer). I'm also unsure what problem this 
change to monkey-patching solves: I believe the current code is fine in this 
respect as it stands.

Before you grow the patch to add many more lines of code, please try to stick 
to the "one issue at a time" principle. As a guideline: if you need to write 
additional lines of code, it's a separate issue.

----------

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

Reply via email to