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 madison.may
Recipients brett.cannon, madison.may
Date 2013-07-05.17:36:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373045809.63.0.330610229059.issue18351@psf.upfronthosting.co.za>
In-reply-to
Content
Yet another _get_sourcefile() related bug to report.  Line 453 should be:

source_path = bytcode_path[:-1]

instead of 

source_path = bytcode_path[-1:]
History
Date User Action Args
2013-07-05 17:36:49madison.maysetrecipients: + madison.may, brett.cannon
2013-07-05 17:36:49madison.maysetmessageid: <1373045809.63.0.330610229059.issue18351@psf.upfronthosting.co.za>
2013-07-05 17:36:49madison.maylinkissue18351 messages
2013-07-05 17:36:49madison.maycreate