Issue #1515: Enable use of deepcopy() with instance methods. Patch by Robert Collins.
[python.git] / Lib / struct.py
blobb022355c180d19d5417ef9e938ca5cb5934977bd
1 from _struct import *
2 from _struct import _clearcache
3 from _struct import __doc__