commit | f4a15089a3452510c22a252c14d9da9dccba8168 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Jun 03 14:32:16 1999 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Jun 03 14:32:16 1999 +0000 |
tree | f980b9191815a9a48c29488359a16500385de793 | |
parent | b10cb9a38302224db6e0492db93aac03604f60c9 [diff] |
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.