]> granicus.if.org Git - python/commit
Added the constants ascii_letters, ascii_lowercase, and ascii_uppercase
authorFred Drake <fdrake@acm.org>
Fri, 20 Jul 2001 18:38:26 +0000 (18:38 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 20 Jul 2001 18:38:26 +0000 (18:38 +0000)
commit960fdf9ac3a15eceebd8dd6882bedaae787fa5fb
treecd3f65a142062a53886e94f5ca63f4985c543be9
parenta6d2a04065e40997853c494efa03dcf2e91d6d95
Added the constants ascii_letters, ascii_lowercase, and ascii_uppercase
to the string module.  This was determined to be the right approach in
SF bug #226706.
Doc/lib/libstring.tex
Lib/string.py
Misc/NEWS