Here at PDG (Brazil) we are migrating our software to Djang 1.4 and already
using unicode_literals. I can count in my fingers places that I needed to
use 'b' for byte code string (most on settings.py).

In my experience, maintain byte code strings isn't that hard and we should
than go to option 2.

Felipe 'chronos' Prenholato.
Linux User nº 405489
Home page: http://devwithpassion.com | http://chronosbox.org/blog
GitHub: http://github.com/chronossc/ | Twitter: http://twitter.com/chronossc


2012/8/24 Vinay Sajip <vinay_sa...@yahoo.co.uk>

> I would also prefer Option 2, as the places where str('...') are needed
> are not all that many.
>
> Regards,
>
> Vinay Sajip
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django developers" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-developers/-/WLtnInRyKyAJ.
>
> 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.
>

-- 
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