Martin v. Löwis wrote:

> I never considered it an extension. Ask 10 people around you to see
> what a leading dot on Unix in a file name means, and I would be
> suprised if more than one answered "it separates the file name from
> the extension". Most of them likely include "hidden file" in their
> answer, and the rest (of those who know anything about it) will
> say "dotfiles, not displayed by ls, and not included in globbing".

10 Unix programmers, perhaps.  Windows users may disagree; after all, the
Windows Explorer considers both

    foo.bar

and

    .bar

to be BAR files, and considers

   .py

to be an unnamed Python file.

</F> 



_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to