Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Lib/test/test_sundry.py

    r2 r391  
    44import sys
    55import unittest
    6 import warnings
    76
    87
    98class TestUntestedModules(unittest.TestCase):
    109    def test_at_least_import_untested_modules(self):
    11         with warnings.catch_warnings():
     10        with test_support.check_warnings(quiet=True):
    1211            import CGIHTTPServer
    1312            import audiodev
     
    2423            if sys.platform.startswith('win'):
    2524                import distutils.msvccompiler
    26             import distutils.mwerkscompiler
    2725            import distutils.text_file
    2826            import distutils.unixccompiler
     
    5654            import keyword
    5755            import linecache
    58             import macurl2path
    5956            import mailcap
    6057            import mimify
     
    6865            import py_compile
    6966            import rexec
    70             import rlcompleter
    7167            import sched
    7268            import sndhdr
Note: See TracChangeset for help on using the changeset viewer.