[issue10193] Simplify instrospection used by turtle module

Alexander Belopolsky report at bugs.python.org
Mon Oct 25 20:48:47 CEST 2010


New submission from Alexander Belopolsky <belopolsky at users.sourceforge.net>:

The turtle module uses introspection in order to generate module level functions.  Attached patch streamlines the introspection code by using inspect module function instead of direct access to cod object attributes.

----------
components: Library (Lib)
files: turtle-inspect.diff
keywords: patch
messages: 119569
nosy: belopolsky
priority: normal
severity: normal
status: open
title: Simplify instrospection used by turtle module
versions: Python 3.2
Added file: http://bugs.python.org/file19359/turtle-inspect.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10193>
_______________________________________


More information about the Python-bugs-list mailing list