From: Brian Curtin Date: Wed, 13 Apr 2011 21:11:37 +0000 (-0500) Subject: Merge 3.1 X-Git-Tag: v3.2.1b1~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e4f4feb62577a97848cc67c9231b8043405502d;p=python Merge 3.1 --- 8e4f4feb62577a97848cc67c9231b8043405502d diff --cc Tools/README index 017e663c8b,ae9b5927d8..c1f89ba0cb --- a/Tools/README +++ b/Tools/README @@@ -32,16 -22,12 +32,11 @@@ scripts A number of useful sing tabs and spaces, and 2to3, which converts Python 2 code to Python 3 code. -unicode Tools used to generate unicode database files for - Python 2.0 (by Fredrik Lundh). +test2to3 A demonstration of how to use 2to3 transparently in setup.py. -webchecker A link checker for web sites. +unicode Tools for generating unicodedata and codecs from unicode.org + and other mapping files (by Fredrik Lundh, Marc-Andre Lemburg + and Martin von Loewis). -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. +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.