[Python-checkins] CVS: python/dist/src/Tools/idle AutoIndent.py EditorWindow.py PyParse.py

Guido van Rossum guido@cnri.reston.va.us
Thu, 3 Jun 1999 10:32:17 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Tools/idle
In directory eric:/projects/python/develop/guido/src/Tools/idle

Modified Files:
	AutoIndent.py EditorWindow.py PyParse.py 
Log Message:
New offerings by Tim Peters; he writes:

IDLE is now the first Python editor in the Universe not confused by my
doctest.py <wink>.

As threatened, this defines IDLE's is_char_in_string function as a
method of EditorWindow.  You just need to define one similarly in
whatever it is you pass as editwin to AutoIndent; looking at the
EditorWindow.py part of the patch should make this clear.