commit | 4235e6f1117e6b35d183bf46487261d762486b1a | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Sep 26 07:17:03 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Sep 26 07:17:03 2008 +0000 |
tree | 35e0b4321b53e9bfa080df1b59a442e76144eeae | |
parent | 00d71436c7968452b875bf999a06130502469bf8 [diff] [blame] |
#3968: fix missing update() call in end_fill().
diff --git a/Misc/NEWS b/Misc/NEWS index 5fcf456..87d19cb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -89,6 +89,8 @@ Library ------- +- Issues #3968 and #3969: two minor turtle problems. + - Issue #3547: Fixed ctypes structures bitfields of varying integer sizes.