[Python-Dev] splitext('.cshrc') (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Tue Mar 6 13:36:03 CET 2007


#1115886 complains that in the file name '.cshrc', the entire file name is treated as an extension, with no root.

#1462106 contains a patch for that, changing the behavior so that there will always be a root file name (and no extension if the file is just a dotfile).

Should this be changed? Opinions?

Regards, Martin



More information about the Python-Dev mailing list