mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Add config-main.def option to make the 'history' feature non-cyclic.
Default remains cyclic. Python Patch 914546 Noam Raphael. M IdleHistory.py M NEWS.txt M config-main.def
This commit is contained in:
parent
69b8caa23a
commit
0676dfdce0
3 changed files with 23 additions and 7 deletions
|
@ -18,8 +18,8 @@
|
|||
# ~/.idlerc/config-highlight.cfg the user highlighting config file
|
||||
# ~/.idlerc/config-keys.cfg the user keybinding config file
|
||||
#
|
||||
# On Windows2000 and Windows XP the .idlerc directory is at
|
||||
# Documents and Settings\<username>\.idlerc
|
||||
# On Windows2000 and Windows XP the .idlerc directory is at
|
||||
# Documents and Settings\<username>\.idlerc
|
||||
#
|
||||
# On Windows98 it is at c:\.idlerc
|
||||
#
|
||||
|
@ -73,4 +73,7 @@ name= IDLE Classic
|
|||
default= 1
|
||||
name= IDLE Classic Windows
|
||||
|
||||
[History]
|
||||
cyclic=1
|
||||
|
||||
[HelpFiles]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue