Mike Orr, piątek 07 sierpnia 2009 20:12: > Comments from other Javascript users? Is this helper particularly > important? I don't personally use it, but I put all my Javascript in > static files or templates so I may not be the best one to judge.
I think it should stay deprecated, since one can easily replace it with simplejson.dumps(). It's even better, because JSON can represent any typical Python value or structure and escape_javascript() is for strings only. .pk. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
