mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Remove islower() -- not used anymore.
This commit is contained in:
parent
cb320eb938
commit
f404c7ee84
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue