Re: pycache directories

2013-05-03 Thread jorvis
I agree, this would be a good feature. I redirect my emacs backups to a single directory too so that they're not distributed all over the file system. While I don't know how to do that with the things python creates, I've read a few ways you can disable their creation altogether (assuming you

Re: pycache directories

2013-01-22 Thread monosij . forums
On Tuesday, January 22, 2013 1:01:44 AM UTC-5, Terry Reedy wrote: > > > I am doing some OO python3 where I am using multiple dirs/sub-dirs. > > > > > > So everything works fine, however when I run code __pycache__ > > > directories are being created in every directory touched by the > > > exec

Re: pycache directories

2013-01-21 Thread Terry Reedy
On 1/21/2013 11:55 PM, monosij.for...@gmail.com wrote: I am doing some OO python3 where I am using multiple dirs/sub-dirs. So everything works fine, however when I run code __pycache__ directories are being created in every directory touched by the execution. This is much better than having mu