On Sun, 11 Aug 2019 at 03:37, Rob Cliffe via Python-Dev <[email protected]> wrote: > Usually, but not always. I have not infrequently used files with a > blank extension. > I can't recall using a directory name with an extension (but I can't > swear that I never have).
I've often seen directory names like "1. Overview" on Windows. Technically, " Overview" would be the extension here. Of course, that's a silly example, but the point is that there's a difference between what's clear to a human and what's clear to a computer... Paul _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/PDS2EGV77Z5B2IZWCN5LWF7XWQGBLMWQ/
