Chuck,

I found a minor problem wth pythontidy (with the pep specs actaully).

"""abc\ncde"""

gets replaced by

"""abc
cde"""

now consider this working code

exec("""print 'abc\ncde'""")

it gets replaced with

exec("""print 'abc
cde'""")

which does not work.

Massimo

On Feb 4, 8:18 am, Chuck Rhode <crh...@lacusveris.com> wrote:
> On Feb 3, 11:44 am, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > Thank you chuck for pythontidy and glad to have you on board. Do you
> > want to be  in change of pep8 compliance for web2py?
>
> Heh!  PEP8 compliance is overrated.  :-)  Thanks, anyway.
--~--~---------~--~----~------------~-------~--~----~
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