commit | cd694c44a91fa20e6d2ee540e0b517021e845e79 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Fri Jul 20 18:58:42 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Fri Jul 20 18:58:42 2001 +0000 |
tree | 7ad24f37013f88e8ac081257c024d8db48a3ca27 | |
parent | 0f715d2aa119d0391dd50919c04bfaa8a4452cf0 [diff] |
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.