svn+ssh://pythondev@svn.python.org/python/trunk
........
r65787 | brett.cannon | 2008-08-17 15:10:11 -0700 (Sun, 17 Aug 2008) | 3 lines
Remove imports of 'warnings' that are no longer needed in dummy_thread,
filecmp, and shelve.
........
'interrupt_main', 'LockType']
import traceback as _traceback
-import warnings
class error(Exception):
"""Dummy implementation of _thread.error."""
import os
import stat
-import warnings
from itertools import filterfalse
__all__ = ["cmp","dircmp","cmpfiles"]
from io import BytesIO
import collections
-import warnings
__all__ = ["Shelf","BsdDbShelf","DbfilenameShelf","open"]