Staging
v0.5.1
https://github.com/python/cpython
Revision fe4948bcefe247ca69e3d605eac1d9d4985e4cfd authored by Benjamin Peterson on 27 April 2008, 18:14:39 UTC, committed by Benjamin Peterson on 27 April 2008, 18:14:39 UTC
1 parent 7a69b4b
Raw File
Tip revision: fe4948bcefe247ca69e3d605eac1d9d4985e4cfd authored by Benjamin Peterson on 27 April 2008, 18:14:39 UTC
#2700 Document PyNumber_ToBase
Tip revision: fe4948b
panel.py
"""curses.panel

Module for using panels with curses.
"""

__revision__ = "$Id$"

from _curses_panel import *
back to top