Staging
v0.5.1
https://github.com/python/cpython
Revision f877feb8063e61b910671ce5e391d96f4a3a2d9f authored by R. David Murray on 05 May 2009, 02:08:52 UTC, committed by R. David Murray on 05 May 2009, 02:08:52 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72149 | r.david.murray | 2009-04-30 08:42:32 -0400 (Thu, 30 Apr 2009) | 4 lines

  Make the turtle.rst doctests pass.  I have a feeling there should be
  more cleanup, but I don't know now to kill turtles.  Especially
  unexpected ones... ;)
........
1 parent b18500d
Raw File
Tip revision: f877feb8063e61b910671ce5e391d96f4a3a2d9f authored by R. David Murray on 05 May 2009, 02:08:52 UTC
Merged revisions 72149 via svnmerge from
Tip revision: f877feb
struct.py
from _struct import *
from _struct import _clearcache
back to top