[issue20604] Missing invalid mode in error message of socket.makefile.

2014-11-19 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bu

[issue20604] Missing invalid mode in error message of socket.makefile.

2014-11-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 34c7be03259b by Serhiy Storchaka in branch '3.4': Issue #20604: Added missed invalid mode in error message of socket.makefile(). https://hg.python.org/cpython/rev/34c7be03259b New changeset d5b36edeecdb by Serhiy Storchaka in branch 'default': Issue

[issue20604] Missing invalid mode in error message of socket.makefile.

2014-11-19 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka type: enhancement -> behavior ___ Python tracker ___ ___ Python-bugs-l

[issue20604] Missing invalid mode in error message of socket.makefile.

2014-11-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your patch Franck. But it would be more useful to output all mode argument, not only wrong character. And it should be wrapped in a tuple to prevent subtle formatting error. -- nosy: +serhiy.storchaka versions: +Python 3.5 -Python 3.3

[issue20604] Missing invalid mode in error message of socket.makefile.

2014-02-12 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +pitrou versions: -Python 3.5 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue20604] Missing invalid mode in error message of socket.makefile.

2014-02-11 Thread Franck Michea
New submission from Franck Michea: Hi! Noticed that the wrong mode was missing from the error message of socket.makefile. Nothing important, but this patch fixes the thing anyway, if you want it. -- components: Library (Lib) files: missing_mode_in_error.patch keywords: patch messages: