[Python-checkins] python/dist/src/Lib/idlelib config-main.def, 1.19, 1.20

kbk at users.sourceforge.net kbk at users.sourceforge.net
Fri Aug 8 19:51:31 EDT 2003


Update of /cvsroot/python/python/dist/src/Lib/idlelib
In directory sc8-pr-cvs1:/tmp/cvs-serv9417

Modified Files:
	config-main.def 
Log Message:
IDLEfork Bug 782759
backported to 23-maint


Index: config-main.def
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/idlelib/config-main.def,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** config-main.def	1 Jun 2003 01:08:32 -0000	1.19
--- config-main.def	9 Aug 2003 01:51:28 -0000	1.20
***************
*** 14,21 ****
  #     user configuration
  #     -------------------
! #     ~/.idlerc/idle-main.cfg            the user general config file
! #     ~/.idlerc/idle-extensions.cfg      the user extension config file
! #     ~/.idlerc/idle-highlight.cfg       the user highlighting config file
! #     ~/.idlerc/idle-keys.cfg            the user keybinding config file
  #
  # Any options the user saves through the config dialog will be saved to
--- 14,26 ----
  #     user configuration
  #     -------------------
! #     ~/.idlerc/config-main.cfg            the user general config file
! #     ~/.idlerc/config-extensions.cfg      the user extension config file
! #     ~/.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 Windows98 it is at c:\.idlerc
  #
  # Any options the user saves through the config dialog will be saved to





More information about the Python-checkins mailing list