Add missing issue number in Misc/NEWS entry.
[python.git] / Lib / struct.py
blobb022355c180d19d5417ef9e938ca5cb5934977bd
1 from _struct import *
2 from _struct import _clearcache
3 from _struct import __doc__