Logo
Explore Help
Sign In
ada/cpython
0
0
Fork 0
You've already forked cpython
mirror of https://github.com/AdaCore/cpython.git synced 2026-02-12 12:57:15 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
2.7
cpython/Lib/struct.py

4 lines
82 B
Python
Raw Permalink Normal View History

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
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
from _struct import __doc__
Reference in New Issue Copy Permalink
Powered by Gitea Page: 1415ms Template: 13ms
English
English
Licenses API