]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix turtle so that you can launch the demo2 function on its own instead of only
authorBrett Cannon <bcannon@gmail.com>
Mon, 16 Oct 2006 03:09:52 +0000 (03:09 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 16 Oct 2006 03:09:52 +0000 (03:09 +0000)
commitd80e0c86778f92b63cf2c4d82c7248c8ece0fd47
treeb6f41eabd84ee51e79d22e287ee21a8f3c638a1b
parent827ee4411f39817325604811faa58d0f007b6a73
Fix turtle so that you can launch the demo2 function on its own instead of only
when the module is launched as a script.
Lib/lib-tk/turtle.py
Misc/NEWS