[issue45184] Add `pop` function to remove context manager from (Async)ExitStack

2022-02-18 Thread Václav Brožík
Václav Brožík added the comment: There was an interesting discussion about this problem in 2015-12: https://mail.python.org/archives/list/python-id...@python.org/thread/Y3SLBJHJHAMBEZJWRXEJ5LE5JBVNE7XS/ (https://groups.google.com/g/python-ideas/c/l2FcErYbjfo - for the case the link above rots

[issue45184] Add `pop` function to remove context manager from (Async)ExitStack

2022-02-18 Thread Václav Brožík
Change by Václav Brožík : -- nosy: +vbrozik ___ Python tracker <https://bugs.python.org/issue45184> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38401] Make dataclass attribute docstrings accessible

2021-11-05 Thread Václav Brožík
Václav Brožík added the comment: Note that John Parejko is right that the active PEP 257 clearly specifies attribute docstrings. Here is the excerpt: String literals occurring immediately after a simple assignment at the top level of a module, class, or __init__ method are called "attr