Commit f404c7ee authored by Greg Ward's avatar Greg Ward

Remove islower() -- not used anymore.

parent cb320eb9
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment