Fran wrote this on Thu, Feb 05, 2009 at 11:12:02AM -0800.  My reply is
below.

> Try getting this file from Bzr:
> http://bazaar.launchpad.net/~mdipierro/web2py/devel/annotate/head%3A/gluon/compileapp.py

Thanks for the link.

Yes, indeed, this is a bug with *PythonTidy*.  Thanks to one and all
for bringing it to my attention.  I have uploaded a "fixed" version:

o http://lacusveris.com/PythonTidy/PythonTidy.python

*PythonTidy* ventures beyond PEP8 in its treatment of long string
literals.  It counts the number of new-line glyphs (\n) in a string.
If there are more than two, *PythonTidy* reasons that the string had
better be represented as a multi-line literal in triple quotes.  This
is not appropriate for raw literals for obvious yet unforeseen
reasons.  Thus, I humbly submit a patched version that skips trying to
optimize the legibility of raw strings.

-- 
.. Be Seeing You,
.. Chuck Rhode, Sheboygan, WI, USA
.. Weather:  http://LacusVeris.com/WX
.. 24° — Wind S 20 mph


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

Reply via email to