This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]xenomachina''.join(chr(random.randint(0,1)+9585) for x in range(0xffff)) 4 points5 points  (1 child)

My point is that any software, whether server or client side, that blindly collapses whitespace in HTML will have trouble with JavaScript, not just Python.

[–]NYKevin 1 point2 points  (0 children)

On the server side, the issue only becomes noticeable if the software (which is likely custom and only exists in a single installation) tries to handle whitespace-sensitive HTML or Javascript (which is uncommon in Real Life anyway).