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 scoder
Recipients Arfrever, brett.cannon, eric.snow, python-dev, r.david.murray, scoder
Date 2012-08-11.14:37:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344695860.13.0.477047130187.issue15576@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, yes, sounds more like a separate issue than something to add to this ticket. It worked before (starting with Py2.5, which was the first Python version to support relative imports) and only stopped working in 3.3 now.

The .srctree test file basically just unfolds into a file system hierarchy with each file named as in the preceding "magical" comment. The commands in the lines before the first comment line are then executed for the test (usually: build module with distutils, import it, do something with it).
History
Date User Action Args
2012-08-11 14:37:40scodersetrecipients: + scoder, brett.cannon, Arfrever, r.david.murray, python-dev, eric.snow
2012-08-11 14:37:40scodersetmessageid: <1344695860.13.0.477047130187.issue15576@psf.upfronthosting.co.za>
2012-08-11 14:37:39scoderlinkissue15576 messages
2012-08-11 14:37:38scodercreate