This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
4b7f9439c0
cpython
/
Lib
/
struct.py
4 lines
82 B
Python
Raw
Normal View
History
Unescape
Escape
Finish-up the struct module optimizations started at the Iceland NFS sprint.
2008-01-03 20:01:15 -04:00
from
_struct
import
*
Added _struct._clearcache() for regression tests
2008-01-03 22:54:42 -04:00
from
_struct
import
_clearcache
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 12:54:10 -03:00
from
_struct
import
__doc__