diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-07-10 22:11:28 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-07-10 22:11:28 (GMT) |
commit | 06c68b800ca3e31d2551923083ce8294ab94cb24 (patch) | |
tree | 55f5e94158b05c9fcc5d8138fd5f9109a0bb3f22 /Misc | |
parent | 722b88308da16225530a8852adc0581a918d5105 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |