changeset b7968cc5d12a in /hgroot/pywin32/pywin32
details: http://pywin32.hg.sourceforge.net/hgweb/pywin32/pywin32/hgroot/pywin32/pywin32?cmd=changeset;node=b7968cc5d12a
summary: add more changes
diffstat:
CHANGES.txt | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 808faef1e9ee -r b7968cc5d12a CHANGES.txt
--- a/CHANGES.txt Mon Oct 15 18:04:46 2012 -0400
+++ b/CHANGES.txt Sat Oct 27 10:58:07 2012 +1100
@@ -38,7 +38,7 @@
interfaces IShellItem2, IEnumShellItems, IApplicationDocumentLists,
IApplicationDestinations, ITaskbarList, IEnumObjects,
IKnownFolder, IKnownFolderManager, IObjectArray, IObjectCollection,
- ICustomDestinationList, and IShellLibrary
+ ICustomDestinationList, and IShellLibrary; enhance SHAddToRecentDocs.
* win32com.propsys - Many Property System interfaces and functions added
@@ -48,7 +48,9 @@
Fix iteration of objects that don't declare an enumerator in their typelib
Validate syntax of constants written to makepy generated files
-* win32file - Add GetFileInformationByHandleEx
+* win32file - Add GetFileInformationByHandleEx, ReOpenFile and OpenFileById,
+ SetFileInformationByHandle. SetFileTime() has an extra param to allow UTC
+ time to be specified.
* win32api - Allow UpdateResource to remove a resource
|