Phillip J. Eby wrote:

> In addition to being made in the face of controversy and opposition,
> this 
> change is an alteration to *documented and tested* behavior and thus
> cannot reasonably be considered a mere bug fix.

FWIW, I support Phillip on this. There can be no question that the old 
behaviour was expected.

IMO this is just gratuitous breakage. The only fix that shold be made is to the 
splitext documentation to match the docstring.

A change to the documented behaviour should require a __future__ import for at 
least one version. That's even assuming that the change is desireable (I don't 
believe so). We have multiple anecdotes of actual, existing code that *will* 
break with this change. So far I haven't seen any actual code posted that is 
currently broken by the existing behaviour.

Tim Delaney
_______________________________________________
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