[issue6666] List of dirs to ignore in trace.py is applied only for the first file

2009-11-14 Thread Gabriel Genellina
Changes by Gabriel Genellina gagsl-...@yahoo.com.ar: -- versions: +Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue ___ ___

[issue6666] List of dirs to ignore in trace.py is applied only for the first file

2009-08-14 Thread Gabriel Genellina
Gabriel Genellina gagsl-...@yahoo.com.ar added the comment: That's exactly the change 2to3 would suggest for that line. The guy doing the conversion must have missed it. -- nosy: +gagenellina ___ Python tracker rep...@bugs.python.org

[issue6666] List of dirs to ignore in trace.py is applied only for the first file

2009-08-07 Thread Bogdan Opanchuk
New submission from Bogdan Opanchuk b...@bk.ru: When creating a trace.Trace object or running trace.py one can specify list of directories to ignore (ignoredirs or --ignore-dir correspondingly). It is passed to trace.Ignore constructor, which stores iterator to map(), applied to this list, in