]> granicus.if.org Git - python/commit
New offerings by Tim Peters; he writes:
authorGuido van Rossum <guido@python.org>
Thu, 3 Jun 1999 14:32:16 +0000 (14:32 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 3 Jun 1999 14:32:16 +0000 (14:32 +0000)
commitf4a15089a3452510c22a252c14d9da9dccba8168
treef980b9191815a9a48c29488359a16500385de793
parentb10cb9a38302224db6e0492db93aac03604f60c9
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.
Tools/idle/AutoIndent.py
Tools/idle/EditorWindow.py
Tools/idle/PyParse.py