R. David Murray added the comment:

Heh, dangerous is in the eye of the beholder.  I don't even have a trash bin on 
my system (no desktop, just X and shell windows).  

It is almost always the case that an application written in python that wants 
to get rid of a file *does* want to really delete it, because it is not 
operating on user-facing files.  It is only when the program is implementing a 
GUI (and very occasionally when implementing a CLI) that it might want to move 
something to trash instead.

I'm -1 on this proposal.  Most python programs aren't GUI programs, so I don't 
think any significant fraction of python programs need it, and thus that the 
ones that do can just include it as a dependency along with all the other 
dependencies they need.  (Yes, you can write a full GUI just using tkinter, but 
the number of GUI programs that have no non-stdlib dependencies is probably 
quite small.)

This is the kind of thing that would need to go to python-ideas first in any 
case, so I'm going to close the issue.  If you get consensus that it is a good 
idea on the python-ideas mailing list, you can re-open the issue.

----------
nosy: +r.david.murray
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed
versions:  -Python 2.7, Python 3.4, Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24185>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to