SF patch #440144: Tests and minor bugfix for uu module.

New test_uu.py from Nick Mathewson, fiddled to work on Windows too.
Somebody should check that it still works on non-Windows boxes, though!
This commit is contained in:
Tim Peters 2001-07-11 21:43:42 +00:00
parent fa774872b8
commit 48dacc69a2
2 changed files with 124 additions and 1 deletions

View file

@ -96,7 +96,6 @@ import urllib2
# Can't test the "user" module -- if the user has a ~/.pythonrc.py, it
# can screw up all sorts of things (esp. if it prints!).
#import user
import uu
import webbrowser
import whichdb
import xdrlib