summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-07-10 22:11:28 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-07-10 22:11:28 (GMT)
commit06c68b800ca3e31d2551923083ce8294ab94cb24 (patch)
tree55f5e94158b05c9fcc5d8138fd5f9109a0bb3f22 /Misc
parent722b88308da16225530a8852adc0581a918d5105 (diff)
downloadcpython-06c68b800ca3e31d2551923083ce8294ab94cb24.zip
cpython-06c68b800ca3e31d2551923083ce8294ab94cb24.tar.gz
cpython-06c68b800ca3e31d2551923083ce8294ab94cb24.tar.bz2
Patch #1519566: Remove unused _tofill member.
Make begin_fill idempotent. Update demo2 to demonstrate filling of concave shapes.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 770b87f..fd6c17c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,8 @@ Core and builtins
Library
-------
+- Patch #1519566: Update turtle demo, make begin_fill idempotent.
+
- Bug #1508010: msvccompiler now requires the DISTUTILS_USE_SDK
environment variable to be set in order to the SDK environment
for finding the compiler, include files, etc.