Commit f8d9a97b authored by Georg Brandl's avatar Georg Brandl

Bug #1484978: curses.panel: clarify that Panel objects are destroyed on garbage collection.

parent b1582557
......@@ -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}{}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment