From: Sasha <nd...@ma...> - 2006-02-25 18:13:18
|
On 2/25/06, Paul Barrett <peb...@gm...> wrote: > ... > On 2/24/06, Travis Oliphant <oli...@ee...> wrote: > > ... > > The rule is that only the first ellipsis (from left to right) is used > > and any others are just another spelling of ':'. > > ... > > This might be a good time to change this behavior, since I've yet to find= a > good reason for keeping it. Maybe we can depricate it until version 1.0. > I am very much supporting deprecation. The distinction between '...' and ':' is hard enough to explain without '...' treated as ':' in some cases. I would suggest to allow it in 1.0, but issue python deprecation warning with a text message "repeated ellipses replaced by :'s". |