Staging
v0.5.1
https://github.com/python/cpython
Revision 95e3b9c8480067982ff93e641a6303a5bad88584 authored by Gregory P. Smith on 04 May 2009, 19:34:45 UTC, committed by Gregory P. Smith on 04 May 2009, 19:34:45 UTC
1 parent 244651a
Raw File
Tip revision: 95e3b9c8480067982ff93e641a6303a5bad88584 authored by Gregory P. Smith on 04 May 2009, 19:34:45 UTC
documentation clarification. mention bytes.
Tip revision: 95e3b9c
struct.py
from _struct import *
from _struct import _clearcache
back to top