summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-08-14 09:23:10 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-08-14 09:23:10 (GMT)
commit967f1e3b85ac239d6ae9900a62304392682131a7 (patch)
tree8e39c3f8fa0612742e71b1ac580c2729cf928195 /Misc
parent5424df2f7ee8cc0e8d177f0c035120a24addd455 (diff)
downloadcpython-967f1e3b85ac239d6ae9900a62304392682131a7.zip
cpython-967f1e3b85ac239d6ae9900a62304392682131a7.tar.gz
cpython-967f1e3b85ac239d6ae9900a62304392682131a7.tar.bz2
Remove string.{letters,lowercase,uppercase}.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b5a67db..342ca2f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -202,7 +202,8 @@ Library
- Remove obsolete functions:
* commands.getstatus(), os.popen*,
-- Remove functions in the string module that are also string methods.
+- Remove functions in the string module that are also string methods;
+ Remove string.{letters, lowercase, uppercase}.
- Remove support for long obsolete platforms: plat-aix3, plat-irix5.