This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2014年02月11日 21:40 by franck, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| missing_mode_in_error.patch | franck, 2014年02月11日 21:40 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg211026 - (view) | Author: Franck Michea (franck) * | Date: 2014年02月11日 21:40 | |
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. |
|||
| msg231366 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2014年11月19日 10:29 | |
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. |
|||
| msg231367 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2014年11月19日 10:36 | |
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 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:58 | admin | set | github: 64803 |
| 2014年11月19日 10:47:25 | serhiy.storchaka | set | status: open -> closed resolution: fixed stage: resolved |
| 2014年11月19日 10:36:33 | python-dev | set | nosy:
+ python-dev messages: + msg231367 |
| 2014年11月19日 10:29:24 | serhiy.storchaka | set | assignee: serhiy.storchaka type: enhancement -> behavior |
| 2014年11月19日 10:29:02 | serhiy.storchaka | set | nosy:
+ serhiy.storchaka messages: + msg231366 versions: + Python 3.5, - Python 3.3 |
| 2014年02月12日 12:57:42 | berker.peksag | set | nosy:
+ pitrou versions: - Python 3.5 |
| 2014年02月11日 21:40:35 | franck | create | |