diff options
author | Georg Brandl <georg@python.org> | 2006-05-17 14:56:04 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-05-17 14:56:04 (GMT) |
commit | e3a25838db0ac392aa9e68379e167635f8e67a43 (patch) | |
tree | d444404119b4152957e7504ebeff88fe026a9f30 /Misc/NEWS | |
parent | feb0a3bdbccc7b45bc8b960aa4c3434838b52d05 (diff) | |
download | cpython-e3a25838db0ac392aa9e68379e167635f8e67a43.zip cpython-e3a25838db0ac392aa9e68379e167635f8e67a43.tar.gz cpython-e3a25838db0ac392aa9e68379e167635f8e67a43.tar.bz2 |
Patch #1486962: Several bugs in the turtle Tk demo module were fixed
and several features added, such as speed and geometry control.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -45,6 +45,9 @@ Extension Modules Library ------- +- Patch #1486962: Several bugs in the turtle Tk demo module were fixed + and several features added, such as speed and geometry control. + - Patch #1488881: add support for external file objects in bz2 compressed tarfiles. |