commit | 1be63af41d3a21f98b8514cfd059df453afb7039 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Jun 28 20:23:25 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Jun 28 20:23:25 2006 +0000 |
tree | a09e65be37b360c948343f6b060420ff5c3f57b4 | |
parent | ecfec78b7b79ebacbc45e72f6f487ab89e5fd8d7 [diff] [blame] |
Fix end_fill().
diff --git a/Misc/NEWS b/Misc/NEWS index efbb145..61170a0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -19,6 +19,8 @@ Library ------- +- Fix a bug in the turtle module's end_fill function. + - Bug #1510580: The 'warnings' module improperly required that a Warning category be either a types.ClassType and a subclass of Warning. The proper check is just that it is a subclass with Warning as the documentation states.