On Mon, 10 May 2010 17:58:37 -0400, Ali Çehreli <acehr...@yahoo.com> wrote:
Steven Schveighoffer wrote:
I just made a startling discovery: the old operator overload routines
still work in 2.045
Is this intended?
I don't know, but I am happy that they still work. I haven't gotten
around to changing my code to use the new syntax yet. :)
I hope the old syntax remains as a deprecated feature and stays
supported for the next 15 years or so... :)
Well, I've been doing it for dcollections, and I came across this blocker:
http://d.puremagic.com/issues/show_bug.cgi?id=4174
-Steve