This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2026-01-21 22:59:06 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
bbd82e4123
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-04 00:01:15 +00:00
from
_struct
import
*
Added _struct._clearcache() for regression tests
2008-01-04 02:54:42 +00:00
from
_struct
import
_clearcache
Merged revisions 75283 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75283 | mark.dickinson | 2009-10-08 16:54:10 +0100 (Thu, 08 Oct 2009) | 4 lines 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-27 17:00:03 +00:00
from
_struct
import
__doc__
Reference in a new issue
Copy permalink