You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#10 introduced a new behavior incompatible with older versions of pyclip.
Specifically, binary data which happens to be a string is no longer copied to the clipboard as a text format. This means that this data won't be able to be pasted into programs looking for text formats.
Previously:
echo foo | pyclip copy
would allow the data to be pasted into another application like Notepad. However, in v0.6.0 this no longer works.
The text was updated successfully, but these errors were encountered:
#10 introduced a new behavior incompatible with older versions of pyclip.
Specifically, binary data which happens to be a string is no longer copied to the clipboard as a text format. This means that this data won't be able to be pasted into programs looking for text formats.
Previously:
would allow the data to be pasted into another application like Notepad. However, in v0.6.0 this no longer works.
The text was updated successfully, but these errors were encountered: