[issue46487] `_SSLProtocolTransport` doen't have the `get_write_buffer_limits` implementation.

2022-01-23 Thread Nova
New submission from Nova : When calling `get_write_buffer_limits` on a SSL transport the following exception is raised: ```py Traceback (most recent call last): File "/home/mooncell/works/test.py", line 26, in asyncio.run(main()) File "/usr/lib/python3.10/asyncio/runne

[issue46487] `_SSLProtocolTransport` doesn't have the `get_write_buffer_limits` implementation.

2022-01-23 Thread Nova
Change by Nova : -- title: `_SSLProtocolTransport` doen't have the `get_write_buffer_limits` implementation. -> `_SSLProtocolTransport` doesn't have the `get_write_buffer_limits` implementation. ___ Python tracker <https:/

[issue46487] `_SSLProtocolTransport` doesn't have the `get_write_buffer_limits` implementation.

2022-01-26 Thread Nova
Change by Nova : -- versions: +Python 3.11, Python 3.7, Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issue46487> ___ ___ Python-bugs-list m

[issue46487] `_SSLProtocolTransport` doesn't have the `get_write_buffer_limits` implementation.

2022-01-26 Thread Nova
Nova added the comment: Hey Andrew, thanks for the reply! > Would you prepare a pull request? Sure. > ... and documenting the change. Apparently `WriteTransport.get_write_buffer_limits` is already documented (https://docs.python.org/3/library/asyncio-protoco

[issue46487] `_SSLProtocolTransport` doesn't have the `get_write_buffer_limits` implementation.

2022-01-27 Thread Nova
Change by Nova : -- keywords: +patch pull_requests: +29137 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30958 ___ Python tracker <https://bugs.python.org/issu

[issue39475] window.getmaxyx() doesn't return updated height when window is resized

2020-01-28 Thread nova
New submission from nova : Package : python(v3.6.9) Severity: normal When a window object has been created using curses.newwin(), increasing the terminal size produces the KEY_RESIZE events, but getmaxyx() returns the previous terminal size. Only by decreasing the terminal size does it return