]> granicus.if.org Git - python/commitdiff
#7129: add missing function.
authorGeorg Brandl <georg@python.org>
Wed, 14 Oct 2009 18:46:15 +0000 (18:46 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 14 Oct 2009 18:46:15 +0000 (18:46 +0000)
Lib/turtle.py

index f0e4712565c47b3b112cca25ec743f1f5d6d2854..a58e65e03c05851e177a07040cf0c3d70ff9f96f 100644 (file)
@@ -126,7 +126,7 @@ _tg_screen_functions = ['addshape', 'bgcolor', 'bgpic', 'bye',
 _tg_turtle_functions = ['back', 'backward', 'begin_fill', 'begin_poly', 'bk',
         'circle', 'clear', 'clearstamp', 'clearstamps', 'clone', 'color',
         'degrees', 'distance', 'dot', 'down', 'end_fill', 'end_poly', 'fd',
-        'fillcolor', 'forward', 'get_poly', 'getpen', 'getscreen', 'get_shapepoly',
+        'fillcolor', 'filling', 'forward', 'get_poly', 'getpen', 'getscreen', 'get_shapepoly',
         'getturtle', 'goto', 'heading', 'hideturtle', 'home', 'ht', 'isdown',
         'isvisible', 'left', 'lt', 'onclick', 'ondrag', 'onrelease', 'pd',
         'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',