Clipboard.set_data

To all those who might run into this …

xyz = “abc”
Clipboard.set_data(xyz)

will quietly append “\000”*i.e. a null char) to xyz upon return.

I don’t know if this is by design … but it’s a crappy design.