[pywin32-checkins] pywin32 CHANGES.txt,1.42,1.43
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
|
From: Mark H. <mha...@us...> - 2009-01-28 10:57:36
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1216 Modified Files: CHANGES.txt Log Message: add reference to py3k work Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** CHANGES.txt 25 Jan 2009 23:52:40 -0000 1.42 --- CHANGES.txt 28 Jan 2009 10:57:30 -0000 1.43 *************** *** 9,12 **** --- 9,25 ---- ---------------- + * py3k work - see the notes in the main documentation index for details, + but this entailed a huge overhaul of almost all the pywin32 sources. + Many things have been modernized for the first time in over a decade, + and may new tests have been added. As a result, build 213 will not + be recommended for production work and should be treated as beta quality. + + Huge thanks to: + - Roger Upole: for starting the py3k work, and without whom the py3k work + would literally not yet have started. + - Jason R. Coombs: for help porting win32timezone to py3k and for helping + with the new datetime object support. + - Vernon Cole: for help with porting adodbapi to py3k. + * Added win32wnet.WNetAddConnection3 allowing a HWND to be specified for authentication. |