Staging
v0.5.1
https://github.com/python/cpython
Revision cd12746ce914b91d713e42e3fdabc85489ecd880 authored by Ezio Melotti on 27 April 2011, 21:48:46 UTC, committed by Ezio Melotti on 27 April 2011, 21:48:46 UTC
1 parent 1f9eb15
Raw File
Tip revision: cd12746ce914b91d713e42e3fdabc85489ecd880 authored by Ezio Melotti on 27 April 2011, 21:48:46 UTC
#11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi.
Tip revision: cd12746
struct.py
from _struct import *
from _struct import _clearcache
from _struct import __doc__
back to top