On Saturday, September 21, 2013 7:50:34 PM UTC+2, Aymeric Augustin wrote: > > But whenever the with statement spills over two lines, which happens in a > majority of cases, I find it worse than two with statements. It's > especially bad in the transactions tests — I worked in this area today. >
Agreed; as a groundrule I'd say: * If you need backslashes keep them separate * If one is a test assertion keep them separate You have a point about consistency, but as long as they are readable I can live with having to versions… Florian -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. For more options, visit https://groups.google.com/groups/opt_out.
