[issue45099] asyncio.Task's documentation says that loop arg is removed when it's not

2022-02-17 Thread jack1142
jack1142 added the comment: I'm aware, I'm reporting this because as long as the instantiation of a Task is documented, the documentation should still contain accurate up-to-date information. -- ___ Python tracker <https://bu

[issue45380] help() appears confused about the module of typing.Annotated

2022-02-03 Thread jack1142
Change by jack1142 : -- nosy: +jack1142 ___ Python tracker <https://bugs.python.org/issue45380> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue46555] Unicode-mangled names refer inconsistently to constants

2022-01-29 Thread jack1142
Change by jack1142 : -- nosy: +jack1142 ___ Python tracker <https://bugs.python.org/issue46555> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39181] Add `os.makedirs()` as `Path.mkdir()` equivalent in correspondence table

2022-01-02 Thread jack1142
jack1142 added the comment: Looks like this has been reported again in https://bugs.python.org/issue39470 and a fix for it has already been merged. -- resolution: -> duplicate stage: -> resolved status: open -> closed ___ Python tracke

[issue42174] shutil.get_terminal_size() returns 0 when run in a pty

2021-10-09 Thread jack1142
Change by jack1142 : -- nosy: +jack1142 ___ Python tracker <https://bugs.python.org/issue42174> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45099] asyncio.Task's documentation says that loop arg is removed when it's not

2021-09-04 Thread jack1142
New submission from jack1142 : The documentation here: https://docs.python.org/3.10/library/asyncio-task.html#asyncio.Task Says that `loop` parameter was removed but it's still part of the signature. It gets even more confusing when the deprecation right below it is saying that *not* pa

[issue45099] asyncio.Task's documentation says that loop arg is removed when it's not

2021-09-04 Thread jack1142
Change by jack1142 : -- components: +asyncio nosy: +asvetlov, yselivanov ___ Python tracker <https://bugs.python.org/issue45099> ___ ___ Python-bugs-list mailin

[issue43532] Add keyword-only fields to dataclasses

2021-08-03 Thread jack1142
jack1142 added the comment: Does this change deserve an entry in the What's New in Python document in addition to the changelog entry? -- ___ Python tracker <https://bugs.python.org/is

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

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

[issue43532] Add keyword-only fields to dataclasses

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

[issue31861] add aiter() and anext() functions

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

[issue43006] Changed behaviour of inspect.signature() in Python 3.10

2021-01-29 Thread jack1142
Change by jack1142 : -- nosy: +jack1142 ___ Python tracker <https://bugs.python.org/issue43006> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42280] The list of standard generic collections is incomplete

2020-11-15 Thread jack1142
jack1142 added the comment: I was thinking that this could be the case but if I'm not mistaken, there's actually quite a lot of types in this list that aren't collections (awaitable, coroutine, iterable, iterator, generator, the async versions of those, callable, *hmm, are vi

[issue42280] The list of standard generic collections is incomplete

2020-11-06 Thread jack1142
New submission from jack1142 : It looks like the documentation lists standard library collections that support parameterized generics[1] however, it seems to only feature a part of all the collections that support parametrizing (I'm going by the list that was produced by Ethan Smith[2

[issue39102] Increase Enum performance

2020-08-30 Thread jack1142
Change by jack1142 : -- nosy: +jack1142 ___ Python tracker <https://bugs.python.org/issue39102> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29988] with statements are not ensuring that __exit__ is called if __enter__ succeeds

2020-08-25 Thread jack1142
Change by jack1142 : -- nosy: +jack1142 ___ Python tracker <https://bugs.python.org/issue29988> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41622] Add support for emoji-data.txt and emoji-variation-sequences.txt to unicodedata

2020-08-23 Thread jack1142
New submission from jack1142 : `emoji-data.txt` and `emoji-variation-sequences.txt` files were formally pulled into the UCD as of Version 13.0 [1] so I think that unicodedata as a package providing access to UCD could support those as well. In particular: - `emoji-data.txt` lists character

[issue41566] Include much faster DEFLATE implementations in Python's gzip and zlib libraries. (isa-l)

2020-08-17 Thread jack1142
Change by jack1142 : -- nosy: +jack1142 ___ Python tracker <https://bugs.python.org/issue41566> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37373] Configuration of windows event loop for libraries

2020-07-07 Thread jack1142
Change by jack1142 : -- nosy: +jack1142 ___ Python tracker <https://bugs.python.org/issue37373> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34790] Deprecate passing coroutine objects to asyncio.wait()

2020-05-08 Thread jack1142
Change by jack1142 : -- nosy: +jack1142 nosy_count: 7.0 -> 8.0 pull_requests: +19319 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20008 ___ Python tracker <https://bugs.python.org/i

[issue36310] pygettext3.7 Does Not Recognize gettext Calls Within fstrings

2020-05-02 Thread jack1142
Change by jack1142 : -- keywords: +patch pull_requests: +19186 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19875 ___ Python tracker <https://bugs.python.org/issu

[issue36310] pygettext3.7 Does Not Recognize gettext Calls Within fstrings

2020-05-01 Thread jack1142
Change by jack1142 : -- nosy: +jack1142 ___ Python tracker <https://bugs.python.org/issue36310> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37006] Add top level await statement support for doctest

2020-04-19 Thread jack1142
Change by jack1142 : -- nosy: +jack1142 ___ Python tracker <https://bugs.python.org/issue37006> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40273] mappingproxy isn't reversible

2020-04-13 Thread jack1142
Change by jack1142 : -- type: -> enhancement ___ Python tracker <https://bugs.python.org/issue40273> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue40273] mappingproxy isn't reversible

2020-04-13 Thread jack1142
New submission from jack1142 : Starting in version 3.8, dicts are reversible so it would make sense if mapping proxy were also reversible. Especially that `reversed(proxied_dict.keys())` does work. -- messages: 366315 nosy: jack1142 priority: normal severity: normal status: open

[issue39232] asyncio crashes when tearing down the proactor event loop

2020-03-14 Thread jack1142
Change by jack1142 : -- nosy: +jack1142 ___ Python tracker <https://bugs.python.org/issue39232> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39942] Making instance of `TypeVar` fails because of missing `__name__`

2020-03-11 Thread jack1142
New submission from jack1142 : Example code: ``` code = """ import typing T = typing.TypeVar("T") """ exec(code, {}) ``` Traceback: ``` Traceback (most recent call last): File "", line 1, in File "", line 3, in File "C:

[issue12782] Multiple context expressions do not support parentheses for continuation across lines

2020-02-07 Thread jack1142
Change by jack1142 : -- nosy: +jack1142 ___ Python tracker <https://bugs.python.org/issue12782> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39562] Asynchronous comprehensions don't work in asyncio REPL

2020-02-05 Thread jack1142
jack1142 added the comment: I also noticed that putting `await` before the async comprehension will make the code inside the comprehension run (though after it runs, it will fail on awaiting list): >>> await [await asyncio.sleep(1, print(x)) for x in range(5)] 0 1 2 3 4 Traceb

[issue39562] Asynchronous comprehensions don't work in asyncio REPL

2020-02-05 Thread jack1142
New submission from jack1142 : asyncio REPL doesn't allow using asynchronous comprehensions outside of async func. Same behavior can also be observed when using `ast.PyCF_ALLOW_TOP_LEVEL_AWAIT` flag in `compile()` Example with `async for`: >>> async def async_gen(): ... fo

[issue39181] Add `os.makedirs()` as `Path.mkdir()` equivalent in correspondence table

2020-01-01 Thread jack1142
New submission from jack1142 : https://github.com/python/cpython/blob/3.7/Doc/library/pathlib.rst#correspondence-to-tools-in-the-modos-module The table mapping `os` functions to `Path`'s equivalents is missing `os.makedirs` in the row with `Path.mkdir()` and they are both equivalent

[issue36939] Allow to use shutil.copytree for existing destination directory with optional argument

2019-05-16 Thread jack1142
jack1142 added the comment: Sorry, it looks like I was looking at 3.7 branch and this is already implemented in master branch. -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/i

[issue36939] Allow to use shutil.copytree for existing destination directory with optional argument

2019-05-16 Thread jack1142
New submission from jack1142 : Currently shutil.copytree will allow to copy tree only if destination directory doesn't exist. I think there could be added `exist_ok` keyword argument (defaulting to `False`), which when set to `True` would prevent function from raising `FileExistsError`.