Re: shutil _isindir
David Hoese wrote:
I was about to submit a bug report, but while testing I have figured out
that my specific problem has been solved in Python 2.7 (server that I
was using had 2.6 on it). You can see the differences here:
2.6: http://hg.python.org/cpython/file/b9a95ce2692c/Lib/shutil.py
2.7: http://hg.python.org/cpython/file/d30482d51c25/Lib/shutil.py
You'll notice that in move(), there is now a check for the same file,
which if they're not the same file you don't get unexpected deleted
files. If you still think I should submit a bug report let me know and
provide me with the test case...or just submit the bug yourself.
Aren't there still problems that can be avoided with the change you propose?
I think the bug report is worthwhile.
.
Relevant Pages
- Re: Could not open font fixed message PART 2
... Could not init font path element unix/:7100, ... If you encounter a server crash, please report the problem by filling ... a bug report in the XFree86.org bugzilla at http://xfree86.org and/or ... (comp.os.linux.setup) - Re: Why cant we log on Suse9 ?
... > Is there any bug report about such logon problem? ... Has nobody changed the locks? ... The reason is that each Server has its own lock. ... You are about to enter another dimension, ... (alt.os.linux.suse) - Re: Could not open font fixed message PART 2
... Could not init font path element unix/:7100, ... If you encounter a server crash, please report the problem by filling ... a bug report in the XFree86.org bugzilla at http://xfree86.org and/or ... (comp.os.linux.setup) - Re: Could not open font fixed message
... Couldn't load XKB keymap, ... Could not init font path element unix/:7100, ... If you encounter a server crash, please report the problem by filling ... a bug report in the XFree86.org bugzilla at http://xfree86.org and/or ... (comp.os.linux.setup) - Re: My Python annoyances
... Bear in mind that #python has no special status with regards to python ... In the bug report itself, I saw a diagnosis of my problem's cause, and then I saw the bug report closed as invalid. ... Feedback in this newsgroup names my bug report as a "hobby horse", a "wart", and "not a real bug report". ... I am unqualified to comment on the Python philosophy, but I would like for my function to do some basic error checking on its arguments. ... (comp.lang.python) |
|