cpython/Lib/struct.py
Mark Dickinson 3d830828de Issue #7078: _struct.__doc__ was being ignored. Import it into struct.
Also add description of '?' struct format character.  Thanks Gabriel
Genellina for the patch.
2009-10-08 15:54:10 +00:00

3 lines
82 B
Python

from _struct import *
from _struct import _clearcache
from _struct import __doc__