So, with the current plan to add 3.x support to 1.5 and the plan to remove
2.5.x support in 1.5. Should all the exception handling blocks be converted
to "except MyExceptionClass as e:" style notation then? This also removes
the need for u() and b(), right? This is because 2.6.x supports u' ' and b'
'. Wait... it looks like u() would have to stick around for python 3, but
b() could go away (at least w/ 2.7 as I don't have 2.6).

What should be the plan? Should one go back and remove support in Django
for 2.5.x and below format (which is ugly, especially for something like
exceptions) or keep the current approach of wrapping everything?

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to