diff options
author | Brian Curtin <brian@python.org> | 2011-04-13 21:12:46 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2011-04-13 21:12:46 (GMT) |
commit | 00c18cedb26404a39506725ce7c17b19157a3e8c (patch) | |
tree | 03f10785f46264453fa151ceba4668de9fdd07e9 | |
parent | b35c850a3f7e2e6d470bb9543b9ba83aa33047f7 (diff) | |
parent | 8e4f4feb62577a97848cc67c9231b8043405502d (diff) | |
download | cpython-00c18cedb26404a39506725ce7c17b19157a3e8c.zip cpython-00c18cedb26404a39506725ce7c17b19157a3e8c.tar.gz cpython-00c18cedb26404a39506725ce7c17b19157a3e8c.tar.bz2 |
Merge 3.2
-rw-r--r-- | Tools/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Tools/README b/Tools/README index 017e663..c1f89ba 100644 --- a/Tools/README +++ b/Tools/README @@ -40,8 +40,3 @@ unicode Tools for generating unicodedata and codecs from unicode.org unittestgui A Tkinter based GUI test runner for unittest, with test discovery. - -world Script to take a list of Internet addresses and print - out where in the world those addresses originate from, - based on the top-level domain country code found in - the address. |