I tend to be brief while posting to newsgroups.
Most of the time, you get lambasted for verbosity here.
Hence I tend to stick to stuff and trust pythonistas
for their knowledge and intuition
-Anand
Andrew Bennetts <andrew-> wrote in message news:<mailman.972.1069429474.702.python->...
> (please don't top-post)
>
> > > It does exist in Python 2.3, and it does take one argument (and optionally
> > > others):
> > >
> > > http://python.org/doc/lib/os-file-dir.html#l2h-1473
>
> > It does not exist in Python 2.2, AFAIK.
> > It is a good idea to write code that at least works for
> > one previous Python version, hence the comment.
>
> You should have said so in the first place -- explicit is better than
> implicit 
>
> -Andrew.