[python-win32] win32clipboard & bitmaps

Mark Hammond MarkH@ActiveState.com
Wed, 23 May 2001 23:33:22 +1000


> I have patched win32clipboardmodule.cpp to handle CF_ENHMETAFILE and
> CF_METAFILE correctly, and to generate an "unimplemented" error
> message for
> CF_BITMAP and CF_DIB. (my patch is attached to this email).

Excellent!  Thanks!  I have checked that in (with very minor changes -
whitespace and the not implemented exception is NotImplementedError rather
than win32api.error)

Mark.