mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
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:
parent
fa774872b8
commit
48dacc69a2
2 changed files with 124 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue