During a recent changeover to the new webhelpers, the word "FUCKED"
started appearing in some of my html output. I tracked it back to:
webhelpers/html/builder.py:257
            obj= unicode.__new__(cls, "FUCKED", encoding, errors)

This was kind of a bother for me, as I spent many hours sifting
through all the occurrences of "FUCKED" in my own code before
realizing this was coming from the webhelpers module. Propose changing
it to "webhelpers.html.FUCKED" for disambiguation.

-- Smallberries


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

Reply via email to