mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Bug #1484978: curses.panel: clarify that Panel objects are destroyed on garbage collection.
This commit is contained in:
parent
b1582557aa
commit
f8d9a97ba2
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ Returns the bottom panel in the panel stack.
|
|||
|
||||
\begin{funcdesc}{new_panel}{win}
|
||||
Returns a panel object, associating it with the given window \var{win}.
|
||||
Be aware that you need to keep the returned panel object referenced
|
||||
explicitly. If you don't, the panel object is garbage collected and
|
||||
removed from the panel stack.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{top_panel}{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue