Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #90606 > unrolled thread

Survey -- Move To Trash function in Python?

Started bySteven D'Aprano <steve+comp.lang.python@pearwood.info>
First post2015-05-15 01:45 +1000
Last post2015-05-18 14:46 +0100
Articles 2 on this page of 22 — 12 participants

Back to article view | Back to comp.lang.python


Contents

  Survey -- Move To Trash function in Python? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-05-15 01:45 +1000
    Re: Survey -- Move To Trash function in Python? Grant Edwards <invalid@invalid.invalid> - 2015-05-14 15:49 +0000
      Re: Survey -- Move To Trash function in Python? Chris Angelico <rosuav@gmail.com> - 2015-05-15 01:59 +1000
        Re: Survey -- Move To Trash function in Python? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-05-15 12:28 +1000
      Re: Survey -- Move To Trash function in Python? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-05-15 11:37 +1000
        Re: Survey -- Move To Trash function in Python? Chris Angelico <rosuav@gmail.com> - 2015-05-15 11:53 +1000
        Re: Survey -- Move To Trash function in Python? Ian Kelly <ian.g.kelly@gmail.com> - 2015-05-14 20:49 -0600
        Re: Survey -- Move To Trash function in Python? Chris Angelico <rosuav@gmail.com> - 2015-05-15 12:56 +1000
          Re: Survey -- Move To Trash function in Python? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-05-15 14:09 +1000
            Re: Survey -- Move To Trash function in Python? Chris Angelico <rosuav@gmail.com> - 2015-05-15 14:25 +1000
            Re: Survey -- Move To Trash function in Python? random832@fastmail.us - 2015-05-15 14:27 -0400
              Re: Survey -- Move To Trash function in Python? sohcahtoa82@gmail.com - 2015-05-15 17:04 -0700
            Re: Survey -- Move To Trash function in Python? Chris Angelico <rosuav@gmail.com> - 2015-05-16 04:33 +1000
    Re: Survey -- Move To Trash function in Python? Dave Farrance <DaveFarrance@OMiTTHiSyahooANDTHiS.co.uk> - 2015-05-14 18:32 +0100
      Re: Survey -- Move To Trash function in Python? Grant Edwards <invalid@invalid.invalid> - 2015-05-14 18:11 +0000
        Re: Survey -- Move To Trash function in Python? Chris Warrick <kwpolska@gmail.com> - 2015-05-14 20:43 +0200
        Re: Survey -- Move To Trash function in Python? Ethan Furman <ethan@stoneleaf.us> - 2015-05-14 12:32 -0700
      Re: Survey -- Move To Trash function in Python? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-05-15 12:03 +1000
        Re: Survey -- Move To Trash function in Python? Terry Reedy <tjreedy@udel.edu> - 2015-05-14 22:27 -0400
    Re: Survey -- Move To Trash function in Python? Ethan Furman <ethan@stoneleaf.us> - 2015-05-14 11:29 -0700
    Re: Survey -- Move To Trash function in Python? iMath <redstone-cold@163.com> - 2015-05-18 03:31 -0700
      Re: Survey -- Move To Trash function in Python? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-05-18 14:46 +0100

Page 2 of 2 — ← Prev page 1 [2]


#90793

FromiMath <redstone-cold@163.com>
Date2015-05-18 03:31 -0700
Message-ID<4d32dbce-a69f-4fd5-b31a-137393204f0a@googlegroups.com>
In reply to#90606
在 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

[toc] | [prev] | [next] | [standalone]


#90802

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2015-05-18 14:46 +0100
Message-ID<mailman.107.1431956822.17265.python-list@python.org>
In reply to#90793
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

[toc] | [prev] | [standalone]


Page 2 of 2 — ← Prev page 1 [2]

Back to top | Article view | comp.lang.python


csiph-web