Home
last modified time | relevance | path

Searched refs:GenPage (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Misc/NEWS.d/
D3.6.3rc1.rst840 Rearrange IDLE configdialog GenPage into Window, Editor, and Help sections.
966 Factor GenPage(Frame) class from ConfigDialog. The slightly modified tests
D3.7.0a1.rst5733 Rearrange IDLE configdialog GenPage into Window, Editor, and Help sections.
5859 Factor GenPage(Frame) class from ConfigDialog. The slightly modified tests
/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py113 self.genpage = GenPage(note)
1763 class GenPage(Frame): class
DNEWS.txt392 bpo-31050: Factor GenPage(Frame) class from ConfigDialog.