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 ysj.ray
Recipients benjamin.peterson, dmalcolm, eric.araujo, ysj.ray
Date 2010-07-28.12:18:19
SpamBayes Score 0.004272245
Marked as misclassified No
Message-id <1280319502.76.0.18624159057.issue9386@psf.upfronthosting.co.za>
In-reply-to
Content
When one import statement is split to two or more, we encounter this problem: the indentation of the import statements except the first one is unknown, and is difficult to fix this problem, since a import maybe in a multi-statement line, like: 'a=1;import sys'. I wonder if there is way to fix this problem perfectly. Maybe we could just put all the resulting import statements into one single multi-statement line, joined by ';', as my patch specified.
History
Date User Action Args
2010-07-28 12:18:23ysj.raysetrecipients: + ysj.ray, benjamin.peterson, eric.araujo, dmalcolm
2010-07-28 12:18:22ysj.raysetmessageid: <1280319502.76.0.18624159057.issue9386@psf.upfronthosting.co.za>
2010-07-28 12:18:19ysj.raylinkissue9386 messages
2010-07-28 12:18:19ysj.raycreate