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 jdemeyer
Recipients brett.cannon, eric.snow, erik.bray, jdemeyer, ncoghlan, paul.moore, petr.viktorin, scoder, sth
Date 2018-08-05.08:51:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533459074.58.0.56676864532.issue32797@psf.upfronthosting.co.za>
In-reply-to
Content
> In a subdirectory similar to __pycache__.

I thought about that, but I don't like the idea because then the directory structure of the actual sources would be different from the directory structure of the installed sources. So for example, how should "pip install -e" install the sources?
History
Date User Action Args
2018-08-05 08:51:14jdemeyersetrecipients: + jdemeyer, brett.cannon, paul.moore, ncoghlan, scoder, petr.viktorin, erik.bray, eric.snow, sth
2018-08-05 08:51:14jdemeyersetmessageid: <1533459074.58.0.56676864532.issue32797@psf.upfronthosting.co.za>
2018-08-05 08:51:14jdemeyerlinkissue32797 messages
2018-08-05 08:51:14jdemeyercreate