[issue26125] Incorrect error message in the module asyncio.selector_events.
New submission from Carlo Beccarini: Incorrect error message in the module asyncio.selector_events for the methods: _SelectorSocketTransport.write _SelectorSslTransport.write _SelectorDatagramTransport.sendto. The previous error was raising a Tuple: TypeError: ('data argument must be byte-ish (%r)', ) Patched: TypeError: data argument must be a bytes-like object, not 'str' -- components: asyncio files: patch.diff keywords: patch messages: 258294 nosy: Paradisee, gvanrossum, haypo, yselivanov priority: normal severity: normal status: open title: Incorrect error message in the module asyncio.selector_events. versions: Python 3.4 Added file: http://bugs.python.org/file41624/patch.diff ___ Python tracker <http://bugs.python.org/issue26125> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue26125] Incorrect error message in the module asyncio.selector_events.
Changes by Carlo Beccarini : -- type: behavior -> versions: +Python 3.4 -Python 3.5, Python 3.6 Added file: http://bugs.python.org/file41625/patch.diff ___ Python tracker <http://bugs.python.org/issue26125> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue26125] Incorrect error message in the module asyncio.selector_events.
Carlo Beccarini added the comment: https://github.com/python/asyncio/pull/313 -- ___ Python tracker <http://bugs.python.org/issue26125> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue26157] Typo in asyncio documentation
Carlo Beccarini added the comment: Absolutely. -- nosy: +Paradisee ___ Python tracker <http://bugs.python.org/issue26157> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue26157] Typo in asyncio documentation
Changes by Carlo Beccarini : -- versions: +Python 3.4 ___ Python tracker <http://bugs.python.org/issue26157> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue26157] Typo in asyncio documentation
Changes by Carlo Beccarini : -- keywords: +patch Added file: http://bugs.python.org/file41662/patch.diff ___ Python tracker <http://bugs.python.org/issue26157> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue23512] The list of built-in http://text-processing.com/demo/sentiments is not alphabetical on https://docs.python.org/2/library/functions.html
Carlo Beccarini added the comment: Well, these built-in are considered as non essential. -- nosy: +Paradisee title: List of builtins is not alphabetical on https://docs.python.org/2/library/functions.html -> The list of built-in http://text-processing.com/demo/sentiments is not alphabetical on https://docs.python.org/2/library/functions.html ___ Python tracker <http://bugs.python.org/issue23512> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue23512] The list of built-in http://text-processing.com/demo/sentiments is not alphabetical on https://docs.python.org/2/library/functions.html
Carlo Beccarini added the comment: Maybe we could put them in another table below the current one. -- ___ Python tracker <http://bugs.python.org/issue23512> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue23512] The list of built-in functions is not alphabetical on https://docs.python.org/2/library/functions.html
Carlo Beccarini added the comment: diff -r 3019effc44f2 Doc/library/functions.rst --- a/Doc/library/functions.rst Mon Mar 02 11:17:05 2015 -0500 +++ b/Doc/library/functions.rst Mon Mar 02 21:13:27 2015 +0100 @@ -22,10 +22,10 @@ :func:`classmethod` :func:`getattr`:func:`map` |func-repr|_ :func:`xrange` :func:`cmp` :func:`globals`:func:`max` :func:`reversed` :func:`zip` :func:`compile` :func:`hasattr`|func-memoryview|_ :func:`round` :func:`__import__` -:func:`complex` :func:`hash` :func:`min` |func-set|_ :func:`apply` -:func:`delattr` :func:`help` :func:`next`:func:`setattr` :func:`buffer` -|func-dict|_ :func:`hex`:func:`object` :func:`slice` :func:`coerce` -:func:`dir` :func:`id` :func:`oct` :func:`sorted` :func:`intern` +:func:`complex` :func:`hash` :func:`min` |func-set|_ .. +:func:`delattr` :func:`help` :func:`next`:func:`setattr` .. +|func-dict|_ :func:`hex`:func:`object` :func:`slice` .. +:func:`dir` :func:`id` :func:`oct` :func:`sorted` .. === = == = .. using :func:`dict` would create a link to another page, so local targets are @@ -1699,6 +1699,11 @@ Python programmers, trainers, students and book writers should feel free to bypass these functions without concerns about missing something important. +=== = == = +.. Non-essentialBuilt-in Functions .. +=== = == = +:func:`apply`:func:`buffer` :func:`coerce` :func:`intern` +=== = == = .. function:: apply(function, args[, keywords]) -- Added file: http://bugs.python.org/file38304/functools.rst ___ Python tracker <http://bugs.python.org/issue23512> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue23512] The list of built-in functions is not alphabetical on https://docs.python.org/2/library/functions.html
Changes by Carlo Beccarini : Added file: http://bugs.python.org/file38305/functions.rst ___ Python tracker <http://bugs.python.org/issue23512> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue23512] The list of built-in functions is not alphabetical on https://docs.python.org/2/library/functions.html
Changes by Carlo Beccarini : Added file: http://bugs.python.org/file38307/functions.rst ___ Python tracker <http://bugs.python.org/issue23512> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue23512] The list of built-in functions is not alphabetical on https://docs.python.org/2/library/functions.html
Changes by Carlo Beccarini : Removed file: http://bugs.python.org/file38305/functions.rst ___ Python tracker <http://bugs.python.org/issue23512> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue23512] The list of built-in functions is not alphabetical on https://docs.python.org/2/library/functions.html
Changes by Carlo Beccarini : -- keywords: +patch Added file: http://bugs.python.org/file38316/issue23512.diff ___ Python tracker <http://bugs.python.org/issue23512> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue23512] The list of built-in functions is not alphabetical on https://docs.python.org/2/library/functions.html
Changes by Carlo Beccarini : Removed file: http://bugs.python.org/file38307/functions.rst ___ Python tracker <http://bugs.python.org/issue23512> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com