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 ifilter, ifilterfalse, imap, izip
__all__ = ["cmp","dircmp","cmpfiles"]
from StringIO import StringIO
import UserDict
-import warnings
__all__ = ["Shelf","BsdDbShelf","DbfilenameShelf","open"]
Library
-------
+- Remove unneeded imports of 'warnings' from shelve, filecmp, and dummy_thread.
+
- Issue #3575: Incremental decoder's decode function now takes bytearray
by using 's*' instead of 't#'.