On 2017-03-14, Chris Angelico <ros...@gmail.com> wrote:
>> (The bash rm command will ask you before deleting, but Python's os.remove
>> just removes it.)
>
> (And the rm command won't ask if you say "-f".)

rm does not ask before deleting. However some Linux distributions
take it upon themselves to put "alias rm='rm -i'" in /etc/profile.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to