[pywin32-bugs] [ pywin32-Bugs-1751177 ] Missing CF_DIBV5
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2007-08-25 05:15:21
|
Bugs item #1751177, was opened at 2007-07-11 00:02 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1751177&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Pete Forman (pete_forman) Assigned to: Nobody/Anonymous (nobody) Summary: Missing CF_DIBV5 Initial Comment: The clipboard formats defined as attributes of win32clipboard and win32con do not include CF_DIBV5 = 18. This was new in Windows 2000. I observed it copying from Excel 2002 on XP. See http://www.microsoft.com/technet/prodtechnol/windows2000serv/maintain/featusability/assoc.mspx and winuser.h pywin32 210 on Python 2.5.1. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2007-08-25 15:15 Message: Logged In: YES user_id=14198 Originator: NO Checking in lib/win32con.py; new revision: 1.21; previous revision: 1.20 Checking in src/win32clipboardmodule.cpp; new revision: 1.22; previous revision: 1.21 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1751177&group_id=78018 |