[issue3889] Demo/parser/unparse.py

Greg Darke report at bugs.python.org
Wed Sep 17 14:34:18 CEST 2008


New submission from Greg Darke <greg at tsukasa.net.au>:

When the unparse demo is run on a file containing a 'from x import y'
statement, it incorrectly outputs it as 'from x import , y'.

The attached patch fixes this.

----------
components: Demos and Tools
files: fix_import_from_bug.patch
keywords: patch
messages: 73331
nosy: gregdarke
severity: normal
status: open
title: Demo/parser/unparse.py
versions: Python 2.5
Added file: http://bugs.python.org/file11509/fix_import_from_bug.patch

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


More information about the Python-bugs-list mailing list