[Python-checkins] r45952 - python/trunk/Doc/lib/libcursespanel.tex

georg.brandl python-checkins at python.org
Wed May 10 18:11:45 CEST 2006


Author: georg.brandl
Date: Wed May 10 18:11:44 2006
New Revision: 45952
Modified:
 python/trunk/Doc/lib/libcursespanel.tex
Log:
Bug #1484978: curses.panel: clarify that Panel objects are destroyed on garbage collection.
Modified: python/trunk/Doc/lib/libcursespanel.tex
==============================================================================
--- python/trunk/Doc/lib/libcursespanel.tex	(original)
+++ python/trunk/Doc/lib/libcursespanel.tex	Wed May 10 18:11:44 2006
@@ -22,6 +22,9 @@
 
 \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}{}


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /