[Python-Dev] Python 4: don't remove anything, don't break backward compatibility
Oleg Broytman
phd at phdru.name
Mon Mar 10 20:57:10 CET 2014
On Mon, Mar 10, 2014 at 09:47:32PM +0200, Serhiy Storchaka <storchaka at gmail.com> wrote:
> 10.03.14 19:44, Oleg Broytman написав(ла):
> > There is one minor annoyance with double digits:
> >
> >$ ls -l
> >total 16
> >drwx------ 2 phd phd 4096 Mar 10 21:42 3.1
> >drwx------ 2 phd phd 4096 Mar 10 21:42 3.10
> >drwx------ 2 phd phd 4096 Mar 10 21:42 3.2
> > ... ...
> >drwx------ 2 phd phd 4096 Mar 10 21:42 4.0
>
> ls -lv
Not every filemanager can do that. Not even every ls:
$ uname -a
FreeBSD 9.2-RELEASE
$ man ls | grep -F -- -v
Oleg.
--
Oleg Broytman http://phdru.name/ phd at phdru.name
Programmers don't die, they just GOSUB without RETURN.
More information about the Python-Dev
mailing list