[issue19840] The is no way to tell shutil.move to ignore metadata

2014-06-10 Thread Claudiu.Popa
Claudiu.Popa added the comment: Any type of feedback will be appreciated. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19840 ___ ___

[issue19840] The is no way to tell shutil.move to ignore metadata

2014-06-10 Thread R. David Murray
R. David Murray added the comment: Review comments added. Patch looks good after the doc fixes. We also need a whatsnew entry. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19840 ___

[issue19840] The is no way to tell shutil.move to ignore metadata

2014-06-10 Thread Claudiu.Popa
Claudiu.Popa added the comment: Thanks, David. The new version of the patch is attached. -- Added file: http://bugs.python.org/file35554/issue19840_1.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19840

[issue19840] The is no way to tell shutil.move to ignore metadata

2014-03-16 Thread Claudiu.Popa
Changes by Claudiu.Popa pcmantic...@gmail.com: Added file: http://bugs.python.org/file34447/issue19840.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19840 ___

[issue19840] The is no way to tell shutil.move to ignore metadata

2013-12-01 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com: -- nosy: +Arfrever ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19840 ___

[issue19840] The is no way to tell shutil.move to ignore metadata

2013-12-01 Thread Claudiu.Popa
Changes by Claudiu.Popa pcmantic...@gmail.com: -- nosy: +Claudiu.Popa ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19840 ___ ___ Python-bugs-list

[issue19840] The is no way to tell shutil.move to ignore metadata

2013-12-01 Thread Claudiu.Popa
Claudiu.Popa added the comment: Hi. Here's a patch which adds `copy_function` parameter to `shutil.move`. -- keywords: +patch Added file: http://bugs.python.org/file32917/shutil.patch ___ Python tracker rep...@bugs.python.org

[issue19840] The is no way to tell shutil.move to ignore metadata

2013-11-30 Thread zodalahtathi
New submission from zodalahtathi: shutil.move sometimes fail when the underlining filesystem has limitations. Here is a part of a stacktrace I'm getting : File /usr/local/lib/python3.3/shutil.py, line 534, in move copy2(src, real_dst) File /usr/local/lib/python3.3/shutil.py, line 244,

[issue19840] The is no way to tell shutil.move to ignore metadata

2013-11-30 Thread R. David Murray
R. David Murray added the comment: Note that the equivalent linux command generates a warning message but does the move anyway. In other words, this seems like a very reasonable request ;) -- nosy: +r.david.murray ___ Python tracker

[issue19840] The is no way to tell shutil.move to ignore metadata

2013-11-30 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19840 ___ ___