diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-07-30 20:44:22 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-07-30 20:44:22 (GMT) |
commit | 30f1f67248260b10eb16a3e630c6cf5c7e29fad2 (patch) | |
tree | 0538e3c65fe5162f3fe2a6d54315faee0ee5ef3c /Doc | |
parent | 41ca828580aa441baa334625a60f3975d14023eb (diff) | |
download | cpython-30f1f67248260b10eb16a3e630c6cf5c7e29fad2.zip cpython-30f1f67248260b10eb16a3e630c6cf5c7e29fad2.tar.gz cpython-30f1f67248260b10eb16a3e630c6cf5c7e29fad2.tar.bz2 |
Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/idle.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index 24e22c1..e64f683 100644 --- a/Doc/library/idle.rst +++ b/Doc/library/idle.rst @@ -37,8 +37,6 @@ context menu. IDLE's menus dynamically change based on which window is currently selected. Each menu documented below indicates which window type it is associated with. -Click on the dotted line at the top of a menu to "tear it off": a separate -window containing the menu is created (for Unix and Windows only). File menu (Shell and Editor) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |