[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

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20604
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-11-19 Thread Serhiy Storchaka

Changes by Serhiy Storchaka storch...@gmail.com:


--
assignee:  - serhiy.storchaka
type: enhancement - behavior

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20604
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 #20604: Added missed invalid mode in error message of socket.makefile().
https://hg.python.org/cpython/rev/d5b36edeecdb

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20604
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-11-19 Thread Serhiy Storchaka

Changes by Serhiy Storchaka storch...@gmail.com:


--
resolution:  - fixed
stage:  - resolved
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20604
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-02-12 Thread Berker Peksag

Changes by Berker Peksag berker.pek...@gmail.com:


--
nosy: +pitrou
versions:  -Python 3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20604
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: 211026
nosy: kushou
priority: normal
severity: normal
status: open
title: Missing invalid mode in error message of socket.makefile.
type: enhancement
versions: Python 3.3, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file34049/missing_mode_in_error.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20604
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com