Staging
v0.5.1
https://github.com/python/cpython
Revision ac229116a34a679511c20bfeca167cc6a9df9807 authored by Pablo Galindo on 09 December 2019, 17:57:50 UTC, committed by GitHub on 09 December 2019, 17:57:50 UTC
1 parent c18b805
Raw File
Tip revision: ac229116a34a679511c20bfeca167cc6a9df9807 authored by Pablo Galindo on 09 December 2019, 17:57:50 UTC
bpo-39003: Make sure all test are the same when using -R in test_unparse (GH-17537)
Tip revision: ac22911
panel.py
"""curses.panel

Module for using panels with curses.
"""

from _curses_panel import *
back to top