[Python-checkins] python/dist/src/Lib/idlelib README.txt,1.7,1.8
kbk@users.sourceforge.net
kbk@users.sourceforge.net
2003年6月11日 20:51:29 -0700
Update of /cvsroot/python/python/dist/src/Lib/idlelib
In directory sc8-pr-cvs1:/tmp/cvs-serv1778
Modified Files:
README.txt
Log Message:
Updated for IDLEfork re-integration
Index: README.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/idlelib/README.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** README.txt 1 Jun 2003 01:11:14 -0000 1.7
--- README.txt 12 Jun 2003 03:51:27 -0000 1.8
***************
*** 1,38 ****
! IDLEfork README
! ===============
! IDLEfork is an official experimental fork of Python's Integrated DeveLopment
! Environment, IDLE. The biggest change is to execute Python code in a separate
! process, which is /restarted/ for each Run (F5) initiated from an editor
! window. This enhancement of IDLE has often been requested, and is now finally
! available, complete with the IDLE debugger. The magic "reload/import *"
! incantations are no longer required when editing/testing a module two or three
! steps down the import chain.
! It is possible to interrupt tightly looping user code with a control-c, even on
! Windows.
! There is also a new GUI configuration manager which makes it easy to select
! fonts, colors, keybindings, and startup options. There is new feature where
! the user can specify additional help sources, either locally or on the web.
! IDLEfork will be merged back into the Python distribution in the near future
! (probably 2.3), replacing the current version of IDLE.
! For information on this release, refer to NEWS.txt
! If you find bugs let us know about them by using the IDLEfork Bug Tracker. See
! the IDLEfork home page at
! http://idlefork.sourceforge.net
! for details. Patches are always appreciated at the IDLEfork Patch Tracker, and
! Change Requests should be posted to the RFE Tracker at
! https://sourceforge.net/tracker/?group_id=9579&atid=359579
There is a mail list for IDLE: idle-dev@python.org. You can join at
http://mail.python.org/mailman/listinfo/idle-dev
-
- Thanks for trying IDLEfork.
--- 1,58 ----
! IDLE is Python's Tkinter-based Integrated DeveLopment Environment.
! IDLE emphasizes a lightweight, clean design with a simple user interface.
! Although it is suitable for beginners, even advanced users will find that
! IDLE has everything they really need to develop pure Python code.
! IDLE features a multi-window text editor with multiple undo, Python colorizing,
! and many other capabilities, e.g. smart indent, call tips, and autocompletion.
! The editor has comprehensive search functions, including searching through
! multiple files. Class browsers and path browsers provide fast access to
! code objects from a top level viewpoint without dealing with code folding.
! There is a Python Shell window which features colorizing and command recall.
! IDLE executes Python code in a separate process, which is restarted for each
! Run (F5) initiated from an editor window. The environment can also be
! restarted from the Shell window without restarting IDLE.
! This enhancement has often been requested, and is now finally available. The
! magic "reload/import *" incantations are no longer required when editing and
! testing a module two or three steps down the import chain.
! It is possible to interrupt tightly looping user code, even on Windows.
! Applications which cannot support subprocesses and/or sockets can still run
! IDLE in a single process.
! IDLE has an integrated debugger with stepping, persistent breakpoints, and call
! stack visibility.
!
! There is a GUI configuration manager which makes it easy to select fonts,
! colors, keybindings, and startup options. This facility includes a feature
! which allows the user to specify additional help sources, either locally or on
! the web.
!
! IDLE is coded in 100% pure Python, using the Tkinter GUI toolkit (Tk/Tcl)
! and is cross-platform, working on Unix, Mac, and Windows.
!
! IDLE accepts command line arguments. Try idle -h to see the options.
!
!
! If you find bugs or have suggestions, let us know about them by using the
! Python Bug Tracker:
!
! http://sourceforge.net/projects/python
!
! Patches are always appreciated at the Python Patch Tracker, and change
! requests should be posted to the RFE Tracker.
!
! For further details and links, read the Help files and check the IDLE home
! page at
!
! http://www.python.org/idle/
There is a mail list for IDLE: idle-dev@python.org. You can join at
http://mail.python.org/mailman/listinfo/idle-dev