[pywin32-checkins] pywin32 CHANGES.txt,1.26.2.5,1.26.2.6
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-12-11 04:13:47
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26275 Modified Files: Tag: py3k CHANGES.txt Log Message: merge lots of changes from the trunk Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.26.2.5 retrieving revision 1.26.2.6 diff -C2 -d -r1.26.2.5 -r1.26.2.6 *** CHANGES.txt 6 Dec 2008 01:48:26 -0000 1.26.2.5 --- CHANGES.txt 11 Dec 2008 04:13:35 -0000 1.26.2.6 *************** *** 9,12 **** --- 9,23 ---- ---------------- + * "Modernization" changes, instigated by py3k: + + - Many older modules now accept unicode arguments where previously they + only accepted strings - notably, win32ui, win32wnet ... + + - win32wnet: NCB and NETRESOURCE attributes are now types rather than + methods. NETRESOURCE string attributes may return None if the win32 + structure has a NULL pointer (previously an empty string was returned) + + * Added win32inet.WinHttpGetDefaultProxyConfiguration() + * Pythonwin updates from Rémi Paucher; enter completes auto-complete in the editor and interactive windows, auto-complete should now work on French |