[issue43614] Search is not beginner friendly

2021-03-24 Thread Kamil Turek
Change by Kamil Turek : -- nosy: +kamilturek ___ Python tracker <https://bugs.python.org/issue43614> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43596] change assertRaises message when wrong exception is raised

2021-03-22 Thread Kamil Turek
Change by Kamil Turek : -- nosy: +kamilturek ___ Python tracker <https://bugs.python.org/issue43596> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43594] A metaclass that inherits both `ABC` and `ABCMeta` breaks on `__subclasscheck__`

2021-03-22 Thread Kamil Turek
Change by Kamil Turek : -- nosy: +kamilturek ___ Python tracker <https://bugs.python.org/issue43594> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33140] shutil.chown should not be defined in Windows

2021-03-21 Thread Kamil Turek
Change by Kamil Turek : -- nosy: +kamilturek ___ Python tracker <https://bugs.python.org/issue33140> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43535] Make str.join auto-convert inputs to strings.

2021-03-21 Thread Kamil Turek
Change by Kamil Turek : -- nosy: +kamilturek ___ Python tracker <https://bugs.python.org/issue43535> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43532] Add keyword-only fields to dataclasses

2021-03-17 Thread Kamil Turek
Change by Kamil Turek : -- nosy: +kamilturek ___ Python tracker <https://bugs.python.org/issue43532> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43500] Add filtercase() into fnmatch

2021-03-15 Thread Kamil Turek
Change by Kamil Turek : -- nosy: +kamilturek ___ Python tracker <https://bugs.python.org/issue43500> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11339] annotation for class being defined

2021-03-15 Thread Kamil Turek
Change by Kamil Turek : -- nosy: +kamilturek ___ Python tracker <https://bugs.python.org/issue11339> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31472] "Emulating callable objects" documentation misleading

2021-03-14 Thread Kamil Turek
Change by Kamil Turek : -- nosy: +kamilturek ___ Python tracker <https://bugs.python.org/issue31472> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18232] running a suite with no tests is not an error

2021-03-14 Thread Kamil Turek
Change by Kamil Turek : -- nosy: +kamilturek ___ Python tracker <https://bugs.python.org/issue18232> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29657] os.symlink: FileExistsError shows wrong message

2021-03-14 Thread Kamil Turek
Change by Kamil Turek : -- nosy: +kamilturek ___ Python tracker <https://bugs.python.org/issue29657> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31956] Add start and stop parameters to the array.index()

2021-03-13 Thread Kamil Turek
Change by Kamil Turek : -- nosy: +kamilturek ___ Python tracker <https://bugs.python.org/issue31956> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15373] copy.copy() does not properly copy os.environment

2021-03-13 Thread Kamil Turek
Change by Kamil Turek : -- nosy: +kamilturek ___ Python tracker <https://bugs.python.org/issue15373> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43010] @functools.wraps and abc.abstractmethod interoperability

2021-03-13 Thread Kamil Turek
Change by Kamil Turek : -- nosy: +kamilturek ___ Python tracker <https://bugs.python.org/issue43010> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43446] Wrong character in footnote

2021-03-09 Thread Kamil Turek
Change by Kamil Turek : -- keywords: +patch pull_requests: +23573 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24806 ___ Python tracker <https://bugs.python.org/issu

[issue43446] Wrong character in footnote

2021-03-09 Thread Kamil Turek
Kamil Turek added the comment: That's right. Actually, the docs code contains two dashes but I think second of them is skipped in build process. Might be good to wrap it as an inline markup. -- nosy: +kamilturek ___ Python tracker <ht

[issue43245] Add keyword argument support to ChainMap.new_child()

2021-03-08 Thread Kamil Turek
Change by Kamil Turek : -- keywords: +patch pull_requests: +23554 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24788 ___ Python tracker <https://bugs.python.org/issu

[issue43430] Exception raised when attempting to create Enum via functional API

2021-03-08 Thread Kamil Turek
Change by Kamil Turek : -- nosy: +kamilturek ___ Python tracker <https://bugs.python.org/issue43430> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43427] Possible error on the descriptor howto guide

2021-03-08 Thread Kamil Turek
Kamil Turek added the comment: I think there isn't any error. Please look at the example provided in the guide: class E: @staticmethod def f(x): print(x) >>> E.f(3) 3 If it were as you say, method would receive two arguments - f(E, 3) - which is wrong. --

[issue43216] Removal of @asyncio.coroutine in Python 3.10

2021-03-07 Thread Kamil Turek
Change by Kamil Turek : -- nosy: +kamilturek ___ Python tracker <https://bugs.python.org/issue43216> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43319] A possible misleading expression in the Virtual Environment Tutorial

2021-03-07 Thread Kamil Turek
Change by Kamil Turek : -- nosy: +kamilturek ___ Python tracker <https://bugs.python.org/issue43319> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43245] Add keyword argument support to ChainMap.new_child()

2021-03-06 Thread Kamil Turek
Change by Kamil Turek : -- nosy: +kamilturek ___ Python tracker <https://bugs.python.org/issue43245> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43393] Older Python builds are missing a required file on Big Sur

2021-03-03 Thread Kamil Turek
Change by Kamil Turek : -- nosy: +kamilturek ___ Python tracker <https://bugs.python.org/issue43393> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43391] The comments have invalid license information (broken Python 2.4 URL for Python 3)

2021-03-03 Thread Kamil Turek
Change by Kamil Turek : -- keywords: +patch pull_requests: +23507 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24736 ___ Python tracker <https://bugs.python.org/issu

[issue43391] The comments have invalid license information (broken Python 2.4 URL for Python 3)

2021-03-03 Thread Kamil Turek
Change by Kamil Turek : -- nosy: +kamilturek ___ Python tracker <https://bugs.python.org/issue43391> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43340] json.load() can raise UnicodeDecodeError, but this is not documented

2021-03-03 Thread Kamil Turek
Change by Kamil Turek : -- nosy: +kamilturek ___ Python tracker <https://bugs.python.org/issue43340> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43371] Mock.assert_has_calls works strange

2021-03-03 Thread Kamil Turek
Change by Kamil Turek : -- nosy: +kamilturek ___ Python tracker <https://bugs.python.org/issue43371> ___ ___ Python-bugs-list mailing list Unsubscribe: