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.

Author gregdarke
Recipients gregdarke
Date 2008-09-17.12:33:51
SpamBayes Score 0.00030968167
Marked as misclassified No
Message-id <1221654858.66.0.853855104786.issue3889@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-09-17 12:34:19gregdarkesetrecipients: + gregdarke
2008-09-17 12:34:18gregdarkesetmessageid: <1221654858.66.0.853855104786.issue3889@psf.upfronthosting.co.za>
2008-09-17 12:33:53gregdarkelinkissue3889 messages
2008-09-17 12:33:53gregdarkecreate