summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-05-17 14:56:04 (GMT)
committerGeorg Brandl <georg@python.org>2006-05-17 14:56:04 (GMT)
commite3a25838db0ac392aa9e68379e167635f8e67a43 (patch)
treed444404119b4152957e7504ebeff88fe026a9f30 /Misc/NEWS
parentfeb0a3bdbccc7b45bc8b960aa4c3434838b52d05 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4c7cb14..514c95d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.