New submission from Alexander Belopolsky <belopol...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue10193> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com