]> granicus.if.org Git - python/commit
Use string.ascii_letters instead of string.letters (SF bug #226706).
authorFred Drake <fdrake@acm.org>
Fri, 20 Jul 2001 18:58:42 +0000 (18:58 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 20 Jul 2001 18:58:42 +0000 (18:58 +0000)
commitcd694c44a91fa20e6d2ee540e0b517021e845e79
tree7ad24f37013f88e8ac081257c024d8db48a3ca27
parent0f715d2aa119d0391dd50919c04bfaa8a4452cf0
Use string.ascii_letters instead of string.letters (SF bug #226706).
Move computation of sets of characters out of the body of the function that
uses them.
Tools/idle/PyShell.py
Tools/modulator/modulator.py