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

"Martin v. Löwis" martin at v.loewis.de
Tue Mar 6 16:35:31 CET 2007


Oleg Broytmann schrieb:
>>>> os.path.splitext(".pythonrc")
> ('', '.pythonrc')
> 
>    and I think it should be
> 
> ('.pythonrc', '')

Thanks, so it sounds like the patch should be accepted.

Regards,
Martin



More information about the Python-Dev mailing list