Remove islower() -- not used anymore.

This commit is contained in:
Greg Ward 2002-06-07 22:33:11 +00:00
parent cb320eb938
commit f404c7ee84

View file

@ -6,12 +6,6 @@ __revision__ = "$Id$"
import string, re
# XXX is this going to be implemented properly somewhere in 2.3?
def islower(c):
return c in string.lowercase
class TextWrapper:
"""
Object for wrapping/filling text. The public interface consists of