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
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:/
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
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
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
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