[issue1681842] splitext of dotfiles, incl backwards compat and migration

2010-07-17 Thread Michael Foord
Michael Foord added the comment: On Python 2.6.5: >>> os.path.splitext('.cshrc') ('.cshrc', '') I believe this can be closed. -- resolution: -> out of date status: open -> closed ___ Python tracker __

[issue1681842] splitext of dotfiles, incl backwards compat and migration

2010-07-17 Thread Mark Lawrence
Mark Lawrence added the comment: Add Michael Foord to nosy list as he raised #1462106 which refers to #1115886 where msg24154 states "fixed this in r54204". Can this be closed? -- nosy: +BreamoreBoy, michael.foord versions: +Python 3.2 -Python 2.7, Python 3.1

[issue1681842] splitext of dotfiles, incl backwards compat and migration

2010-01-29 Thread Nick Coghlan
Nick Coghlan added the comment: If I ever clear all the other issues off my list, I may get a chance to have a closer look at this one :) -- nosy: +ncoghlan ___ Python tracker __

[issue1681842] splitext of dotfiles, incl backwards compat and migration

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Still needs a pronouncement. IMHO, should be included in the CoobBook or PyPI if it doesn't get added to the standard lib. -- nosy: +ajaksu2 stage: -> patch review type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.6 _