Staging
v0.8.1
https://github.com/python/cpython
Revision 657d06b13eb42dc300436cd1e1788c421a5ada9f authored by Benjamin Peterson on 26 October 2013, 17:13:51 UTC, committed by Benjamin Peterson on 26 October 2013, 17:13:51 UTC
1 parent 70f213a
Raw File
Tip revision: 657d06b13eb42dc300436cd1e1788c421a5ada9f authored by Benjamin Peterson on 26 October 2013, 17:13:51 UTC
just return toplevel symbol table rather than all blocks (closes #19393)
Tip revision: 657d06b
struct.py
from _struct import *
from _struct import _clearcache
from _struct import __doc__
back to top