[issue40899] Document exceptions raised by importlib.import

2021-08-14 Thread meowmeowcat
meowmeowcat added the comment: So.. maybe changing ``the module cannot be imported`` to ``the module is not found``? -- ___ Python tracker <https://bugs.python.org/issue40

[issue40899] Document exceptions raised by importlib.import

2021-08-13 Thread meowmeowcat
Change by meowmeowcat : -- type: -> enhancement ___ Python tracker <https://bugs.python.org/issue40899> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue44907] examples code output do not match the current version 3.9

2021-08-13 Thread meowmeowcat
Change by meowmeowcat : -- keywords: +patch pull_requests: +26231 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27755 ___ Python tracker <https://bugs.python.org/issu

[issue44907] examples code output do not match the current version 3.9

2021-08-13 Thread meowmeowcat
Change by meowmeowcat : -- title: examples code output do not macth the current version 3.9 -> examples code output do not match the current version 3.9 ___ Python tracker <https://bugs.python.org/issu

[issue44907] examples code output do not macth the current version 3.9

2021-08-13 Thread meowmeowcat
meowmeowcat added the comment: Thanks! Confirmed with Python 3.9.2. I will open a PR for fixing this. -- nosy: +meowmeowmeowcat ___ Python tracker <https://bugs.python.org/issue44

[issue44902] [Doc] Changing 'Mac OS X'/'OS X' to 'macOS'

2021-08-12 Thread meowmeowcat
meowmeowcat added the comment: > Isn't it a duplicate of issue41203? Oh, sorry, I didn't notice that we have issue41203. I'll close this issue. -- resolution: -> duplicate stage: -> resolved status: open -> closed ___

[issue44902] [Doc] Changing 'Mac OS X'/'OS X' to 'macOS'

2021-08-12 Thread meowmeowcat
New submission from meowmeowcat : Changing 'Mac OS X'/'OS X' to 'macOS' in docs. https://www.python.org has already changed to 'macOS'. -- assignee: docs@python components: Documentation messages: 399448 nosy: docs@python, meowmeowmeowcat priori

[issue44898] Path.read_bytes() failed when path contains chinese character

2021-08-12 Thread meowmeowcat
Change by meowmeowcat : -- nosy: +meowmeowmeowcat ___ Python tracker <https://bugs.python.org/issue44898> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40899] Document exceptions raised by importlib.import

2021-08-10 Thread meowmeowcat
meowmeowcat added the comment: > ``importlib.import_module("t")`` will raise ZeroDivisionError. I've tested ``__import__`` with the same code, and it will raise ZeroDivisionError too. -- ___ Python tracker <https://bugs.

[issue40899] Document exceptions raised by importlib.import

2021-08-10 Thread meowmeowcat
meowmeowcat added the comment: Maybe we can add something like: ``` If the module cannot be imported,:exc:`ImportError` is usually raised. .. note:: Sometimes other errors are raised if the module cannot be imported successfully. See https://docs.python.org/3/library/exceptions.html

[issue40899] Document exceptions raised by importlib.import

2021-08-10 Thread meowmeowcat
meowmeowcat added the comment: Oh, I didn't realize that. Then maybe we don't need to document ImportError in https://docs.python.org/3/library/importlib.html#importlib.import_module? -- ___ Python tracker <https://bugs.python.o

[issue40899] Document exceptions raised by importlib.import

2021-08-10 Thread meowmeowcat
meowmeowcat added the comment: Thanks! I've opened a PR for this issue. -- ___ Python tracker <https://bugs.python.org/issue40899> ___ ___ Python-bugs-l

[issue40899] Document exceptions raised by importlib.import

2021-08-10 Thread meowmeowcat
Change by meowmeowcat : -- keywords: +patch nosy: +meowmeowmeowcat nosy_count: 3.0 -> 4.0 pull_requests: +26194 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27709 ___ Python tracker <https://bugs.p

[issue39658] Include user scripts folder to PATH on Windows

2021-08-10 Thread meowmeowcat
Change by meowmeowcat : -- nosy: +meowmeowmeowcat ___ Python tracker <https://bugs.python.org/issue39658> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39658] Include user scripts folder to PATH on Windows

2021-08-10 Thread meowmeowcat
Change by meowmeowcat : -- components: +Windows -Installation nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issue39

[issue44508] asyncio: document failure mode for loop.call_soon_threadsafe

2021-08-09 Thread meowmeowcat
meowmeowcat added the comment: Thanks! I've opened a PR for this issue. -- ___ Python tracker <https://bugs.python.org/issue44508> ___ ___ Python-bugs-l

[issue44508] asyncio: document failure mode for loop.call_soon_threadsafe

2021-08-09 Thread meowmeowcat
Change by meowmeowcat : -- keywords: +patch nosy: +meowmeowmeowcat nosy_count: 4.0 -> 5.0 pull_requests: +26174 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27688 ___ Python tracker <https://bugs.p

[issue44702] Fix weakref doc

2021-08-09 Thread meowmeowcat
Change by meowmeowcat : -- keywords: +patch pull_requests: +26164 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27676 ___ Python tracker <https://bugs.python.org/issu

[issue44702] Fix weakref doc

2021-08-09 Thread meowmeowcat
meowmeowcat added the comment: Thanks! I agree with what you said here. I'll open a PR for this with your fix suggestion. -- nosy: +meowmeowmeowcat ___ Python tracker <https://bugs.python.org/is

[issue44869] MacOS Monterrey malloc issue

2021-08-09 Thread meowmeowcat
Change by meowmeowcat : -- components: +macOS nosy: +ned.deily, ronaldoussoren type: -> crash ___ Python tracker <https://bugs.python.org/issue44869> ___ _

[issue44522] [doc] open() function errors='surrogateescape' has inaccurate information

2021-08-09 Thread meowmeowcat
meowmeowcat added the comment: Oh, I missed this too. I'll fix it. -- ___ Python tracker <https://bugs.python.org/issue44522> ___ ___ Python-bugs-list m

[issue44522] [doc] open() function errors='surrogateescape' has inaccurate information

2021-08-07 Thread meowmeowcat
Change by meowmeowcat : -- keywords: +patch pull_requests: +26144 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27650 ___ Python tracker <https://bugs.python.org/issu

[issue44522] [doc] open() function errors='surrogateescape' has inaccurate information

2021-08-06 Thread meowmeowcat
meowmeowcat added the comment: Thanks! Confirmed by: https://docs.python.org/3/library/codecs.html#error-handlers I'll open a PR for this. -- nosy: +meowmeowmeowcat ___ Python tracker <https://bugs.python.org/is