[issue1276768] dirutils.mkpath (verbose option does not work)

2009-02-05 Thread Tarek Ziadé

Changes by Tarek Ziadé ziade.ta...@gmail.com:


--
assignee:  - tarek

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1276768
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1276768] dirutils.mkpath (verbose option does not work)

2009-02-05 Thread Tarek Ziadé

Tarek Ziadé ziade.ta...@gmail.com added the comment:

I don't see the point of making mkpath and remove_tree more verbose than
what they are now.

log.info is called in both function and verbose is never used.

So I guess the best way to activate verbose is to make its default
value to 1 and change the code so log.info calls are made when verbose=1,
and are not made if verbose=0.

This way, the known verbosity is not changed and can be cut down if needed.
 

Now for create_tree, it will pass the verbose value to mkpath.

Last, copy_tree will act the same way and pass along verbose to copy_file.

--
resolution:  - accepted

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1276768
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1276768] dirutils.mkpath (verbose option does not work)

2009-02-05 Thread Tarek Ziadé

Tarek Ziadé ziade.ta...@gmail.com added the comment:

done in r69324. Won't merge it in 2.6/3.0

--
versions:  -Python 2.6, Python 3.0

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1276768
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1276768] dirutils.mkpath (verbose option does not work)

2009-02-05 Thread Tarek Ziadé

Changes by Tarek Ziadé ziade.ta...@gmail.com:


--
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1276768
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1276768] dirutils.mkpath (verbose option does not work)

2009-02-04 Thread Akira Kitada

Akira Kitada akit...@gmail.com added the comment:

Still present in 2.6/3.0

--
nosy: +akitada, tarek
type: feature request - behavior
versions: +Python 2.7, Python 3.0, Python 3.1

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1276768
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1276768] dirutils.mkpath (verbose option does not work)

2008-01-05 Thread Christian Heimes

Changes by Christian Heimes:


--
versions: +Python 2.6

_
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1276768
_
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com