Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'scripts': 0.03; 'url:pypi': 0.03; 'from:addr:yahoo.co.uk': 0.04; 'subject:Python': 0.06; 'preference': 0.07; 'subject: -- ': 0.07; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'gui': 0.12; 'language.': 0.14; '"move': 0.16; '"python': 0.16; '8bit%:32': 0.16; '8bit%:72': 0.16; 'fits': 0.16; 'pyqt,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'stdlib.': 0.16; 'subject:Move': 0.16; 'language': 0.16; 'wrote:': 0.18; 'library': 0.18; 'meant': 0.20; 'written': 0.21; 'header :User-Agent:1': 0.23; 'library,': 0.24; 'sends': 0.24; 'header:X -Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'function': 0.29; 'steven': 0.31; 'file': 0.32; 'url:python': 0.33; "i'd": 0.34; 'could': 0.34; 'skip:u 20': 0.35; 'there': 0.35; 'subject:?': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'files': 0.38; 'little': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'even': 0.60; 'skip:2 20': 0.60; 'show': 0.63; 'our': 0.64; 'more': 0.64; 'gain': 0.79; 'received:2': 0.84; 'survey,': 0.84; 'subject:Survey': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Survey -- Move To Trash function in Python? Date: Mon, 18 May 2015 14:46:35 +0100 References: <5554c318$0$12999$c3e8da3$5496439d@news.astraweb.com> <4d32dbce-a69f-4fd5-b31a-137393204f0a@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: host-2-98-199-132.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 In-Reply-To: <4d32dbce-a69f-4fd5-b31a-137393204f0a@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 31 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1431956822 news.xs4all.nl 2934 [2001:888:2000:d::a6]:45574 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:90802 On 18/05/2015 11:31, iMath wrote: > 在 2015年5月14日星期四 UTC+8下午11:45:38,Steven D'Aprano写道: >> I'd like to do a little survey, and get a quick show of hands. >> >> How many people have written GUI or text-based applications or scripts where >> a "Move file to trash" function would be useful? >> >> Would you like to see that in the standard library, even if it meant that >> the library had feature-freeze and could gain no more functionality? >> >> >> -- >> Steven > > Send2Trash is a small package that sends files to the Trash > https://pypi.python.org/pypi/Send2Trash > > I am using PyQt, I would like to see that in the standard library > There are lots of people who would like to see "anything that you'd care to name" in the stdlib. My preference is to see it remain very stable, so that "Python in a Nutshell" still fits into a pocket, and not a 44 ton articulated lorry. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence