Staging
v0.5.1
https://github.com/python/cpython
Revision ffd6576ad7b9e0f2a0eaf94c7cbcb67c062cacd0 authored by Terry Jan Reedy on 07 June 2014, 08:27:45 UTC, committed by Terry Jan Reedy on 07 June 2014, 08:27:45 UTC
1 parent 5d1049c
Raw File
Tip revision: ffd6576ad7b9e0f2a0eaf94c7cbcb67c062cacd0 authored by Terry Jan Reedy on 07 June 2014, 08:27:45 UTC
Issue #21682: Replace EditorWindow with mock to eliminate memory leaks.
Tip revision: ffd6576
struct.py
from _struct import *
from _struct import _clearcache
from _struct import __doc__
back to top