Copying `__str__`

Steps to reproduce

  1. Select and copy something like

    foo __str__ baz

  2. Paste into Google Docs or elsewhere

Expected result

What gets pasted is ‘foo __str__ bar’ (exactly how it looks here).

Actual result

What gets pasted is ‘foo `str` bar’ (exactly how it looks here).

Environment

Chrome on OS X

2 Likes

Can confirm, thanks for catching this!

1 Like