Re: [Tutor] activestate

2006-07-08 Thread Danny Yoo
On Thu, 6 Jul 2006, kevin parks wrote: > The same thing is happening again. The archive: > > http://aspn.activestate.com/ASPN/Mail/Browse/Threaded/python-Tutor > > seems stalled out at April 20th Hi Kevin, Sorry for the late response. I'm not as active on Python-tutor as I've been in the pas

Re: [Tutor] Logical Sorting [Off-Topic]

2006-07-08 Thread زياد بن عبدالعزيز الباتلي
On Sat, 2006-07-08 at 14:39 +0200, Norbert Kaufmann wrote: <زياد بن عبدالعزيز الباتلي wrote: > [...] > > Or use ‘ls -v’. (I said it's “off topic” on the subject, sorry! It > > might escaped you, but ‘ls’ _does_ have a proper sort by version.) > > > > Which OS? > > ~$ uname -mrs > FreeBSD 6.1-

Re: [Tutor] Logical Sorting [Off-Topic]

2006-07-08 Thread Roel Schroeven
Norbert Kaufmann schreef: > زياد بن عبدالعزيز الباتلي wrote: > [...] >> Or use ‘ls -v’. (I said it's “off topic” on the subject, sorry! It >> might escaped you, but ‘ls’ _does_ have a proper sort by version.) >> > > Which OS? The one from GNU. It's commonly in GNU/Linux distributions, but it's

Re: [Tutor] Logical Sorting [Off-Topic]

2006-07-08 Thread Rinzwind
Ubuntu Linux does: [EMAIL PROTECTED]:~$ ls -v Desktop   GDM-DarkGno.tar.gz  foktopicstart   test.py~ Examples  Muziek  foktopicstart~ [EMAIL PROTECTED]:~$Here's a copy of a complete ls http://www.mediacollege.com/cgi-bin/man/page.cgi?topic=lsOn my system it's also included in both the

Re: [Tutor] Logical Sorting [Off-Topic]

2006-07-08 Thread Norbert Kaufmann
زياد بن عبدالعزيز الباتلي wrote: [...] > Or use ‘ls -v’. (I said it's “off topic” on the subject, sorry! It > might escaped you, but ‘ls’ _does_ have a proper sort by version.) > Which OS? ~$ uname -mrs FreeBSD 6.1-STABLE i386 ~$ ls -v ls: illegal option -- v usage: ls [-ABCFGHILPRSTUWZabcdfgh

Re: [Tutor] Is implicit underscore assignment documented?

2006-07-08 Thread Alan Gauld
>> Is this documented anywhere? The language reference has this to say: 2.3.2 Reserved classes of identifiers Certain classes of identifiers (besides keywords) have special meanings. These classes are identified by the patterns of leading and trailing underscore characters: _* Not imported by

Re: [Tutor] Logical Sorting [Off-Topic]

2006-07-08 Thread Alan Gauld
> Or use ‘ls -v’. (I said it's “off topic” on the subject, sorry! It > might escaped you, but ‘ls’ _does_ have a proper sort by version.) But very interesting, I'd never seen that feature of 'ls' before and the man pages don't say much about it, you need to go to the info pages. But it does inde