r66626 - python/branches/release25-maint/Lib/lib-tk/turtle.py
26 Sep
2008
26 Sep
'08
7:14 a.m.
Author: georg.brandl Date: Fri Sep 26 09:14:57 2008 New Revision: 66626 Log: #3969: fix typo in turtle.py. Modified: python/branches/release25-maint/Lib/lib-tk/turtle.py Modified: python/branches/release25-maint/Lib/lib-tk/turtle.py ============================================================================== --- python/branches/release25-maint/Lib/lib-tk/turtle.py (original) +++ python/branches/release25-maint/Lib/lib-tk/turtle.py Fri Sep 26 09:14:57 2008 @@ -762,7 +762,7 @@ startx = geometry.get('startx', _startx) if startx >= 0 or startx == None: - _startx = _startx + _startx = startx else: raise ValueError, "startx can not be less than 0"
5883
Age (days ago)
5883
Last active (days ago)
0 comments
1 participants
participants (1)
-
georg.brandl