I am using win32clipboard module with Python 2.7 in Windows 7. I have
code which uses GetClipboardData() and SetClipboardText(argument).
Before running the code I copy text into the Windows clipboard from a
proprietary program. I know that this program adds garbage to the end of
the string, nam
John Sampson writes:
> I am using win32clipboard module with Python 2.7 in Windows 7. I have
> code which uses GetClipboardData() and SetClipboardText(argument).
> Before running the code I copy text into the Windows clipboard from a
> proprietary program. I know that this program adds garbage to