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 amaury.forgeotdarc
Recipients Rhamphoryncus, amaury.forgeotdarc, benjamin.peterson, gvanrossum, pitrou
Date 2008-07-11.12:12:55
SpamBayes Score 0.050535724
Marked as misclassified No
Message-id <1215778377.24.0.645794624839.issue3112@psf.upfronthosting.co.za>
In-reply-to
Content
I think there is a problem when the source file cannot be opened (a .pyc
without its .py): the four spaces are printed, but not the line, and the
following level is not properly indented.

See issue3342 for a competing patch that corrects the indentation problem.
History
Date User Action Args
2008-07-11 12:12:57amaury.forgeotdarcsetspambayes_score: 0.0505357 -> 0.050535724
recipients: + amaury.forgeotdarc, gvanrossum, Rhamphoryncus, pitrou, benjamin.peterson
2008-07-11 12:12:57amaury.forgeotdarcsetspambayes_score: 0.0505357 -> 0.0505357
messageid: <1215778377.24.0.645794624839.issue3112@psf.upfronthosting.co.za>
2008-07-11 12:12:56amaury.forgeotdarclinkissue3112 messages
2008-07-11 12:12:56amaury.forgeotdarccreate