Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringIO and...
[python.git] / Lib / struct.py
blobb022355c180d19d5417ef9e938ca5cb5934977bd
1 from _struct import *
2 from _struct import _clearcache
3 from _struct import __doc__