This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: 'filling' missing in __all__ ot turtle.py
Type: resource usage Stage:
Components: Library (Lib) Versions: Python 3.1, Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, gregorlingl, loewis
Priority: normal Keywords: patch

Created on 2009-10-14 18:32 by gregorlingl, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
filling-bug.diff gregorlingl, 2009-10-14 18:32
Messages (2)
msg94007 - (view) Author: Gregor Lingl (gregorlingl) Date: 2009-10-14 18:32
By oversight the turtle graphics function filling is missing in the
__all__ list which is composed by several parts, among them
_tg_turtle_functions.

So 'filling' has to be added to _tg_turtle_functions

a path is attached
msg94008 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-10-14 18:46
Fixed in r75416.
History
Date User Action Args
2022-04-11 14:56:53adminsetgithub: 51378
2009-10-14 18:46:25georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg94008
2009-10-14 18:36:26gregorlinglsettitle: 'filling' missing in __all__ -> 'filling' missing in __all__ ot turtle.py
2009-10-14 18:32:59gregorlinglcreate