YouTube showing repr() of a tuple

P

Paul Boddie

Both fixed by the time I managed to follow the links.

There wasn't much to see, and putting apostrophes into the input
didn't seem to cause "proper" repr() behaviour. So I suspect that the
Python resemblance was coincidental.

Paul
 
L

Leif K-Brooks

Paul said:
There wasn't much to see, and putting apostrophes into the input
didn't seem to cause "proper" repr() behaviour. So I suspect that the
Python resemblance was coincidental.

The apostrophes were being HTML-escaped (into ') before repr() was
called. The second example I found used a Unicode character, and caused
YouTube to show the repr() of a Unicode string, escape codes and all.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,444
Messages
2,571,709
Members
48,796
Latest member
Greg L.
Top