Is there any special reason to use _filldedent instead of implicit
concatenation of string literals?
raise long_name_leaving_no_place_for_string( "blah"
" blah blah blah blah blah blah blah blah blah"
" blah blah blah blah blah blah blah blah blah"
" blah blah blah blah blah blah blah blah blah") # without commas
I find it nicer than _filldedent. One less function to be used. And
it's done while compiling the .pyc.
--
You received this message because you are subscribed to the Google Groups
"sympy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy?hl=en.