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 petri.lehtinen
Recipients petri.lehtinen, pitrou, rpointel, vstinner
Date 2011-11-03.14:10:12
SpamBayes Score 9.912327e-05
Marked as misclassified No
Message-id <1320329413.44.0.223673214439.issue13326@psf.upfronthosting.co.za>
In-reply-to
Content
The issue exists only in 3.2 and 3.3, as 2.7 doesn't have __pycache__ (PEP 3147). In 3.2 and 3.3, all *.py[co] files are in __pycache__ directories, so the pycremoval make target can only remove the __pycache__ directories, using the -depth option of find to remove child directories before the parent.
History
Date User Action Args
2011-11-03 14:10:13petri.lehtinensetrecipients: + petri.lehtinen, pitrou, vstinner, rpointel
2011-11-03 14:10:13petri.lehtinensetmessageid: <1320329413.44.0.223673214439.issue13326@psf.upfronthosting.co.za>
2011-11-03 14:10:12petri.lehtinenlinkissue13326 messages
2011-11-03 14:10:12petri.lehtinencreate