mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Remove the user module.
This commit is contained in:
parent
0e87f0f74b
commit
900ee3a073
5 changed files with 2 additions and 119 deletions
|
@ -77,10 +77,6 @@ class TestUntestedModules(unittest.TestCase):
|
|||
except ImportError:
|
||||
if test_support.verbose:
|
||||
print("skipping tty")
|
||||
|
||||
# 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 webbrowser
|
||||
import xml
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue