diff options
author | Georg Brandl <georg@python.org> | 2006-06-28 20:23:25 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-06-28 20:23:25 (GMT) |
commit | 1be63af41d3a21f98b8514cfd059df453afb7039 (patch) | |
tree | a09e65be37b360c948343f6b060420ff5c3f57b4 /Misc | |
parent | ecfec78b7b79ebacbc45e72f6f487ab89e5fd8d7 (diff) | |
download | cpython-1be63af41d3a21f98b8514cfd059df453afb7039.zip cpython-1be63af41d3a21f98b8514cfd059df453afb7039.tar.gz cpython-1be63af41d3a21f98b8514cfd059df453afb7039.tar.bz2 |
Fix end_fill().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ Core and builtins 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. |