[pywin32-checkins] pywin32/com/win32com readme.htm,1.15,1.15.4.1
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-11-26 07:17:43
|
Update of /cvsroot/pywin32/pywin32/com/win32com In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14888/com/win32com Modified Files: Tag: py3k readme.htm Log Message: Merge various changes from trunk and py3k-integration bzr branch Index: readme.htm =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com/readme.htm,v retrieving revision 1.15 retrieving revision 1.15.4.1 diff -C2 -d -r1.15 -r1.15.4.1 *** readme.htm 31 May 2005 12:36:02 -0000 1.15 --- readme.htm 26 Nov 2008 07:17:39 -0000 1.15.4.1 *************** *** 28,41 **** </p> <p> ! To ease the transition, from pywin32 build 205 a FutureWarning will be issued ! when your code fetches a COM currency object - but a tuple will still be ! returned. However, if your code sets <code>pythoncom.__future_currency__ = True</code>, ! a warning will not be issued, and a decimal module object will be returned. ! At some undetermined point in the future (but not before build 208) the ! new behaviour will be the default. ! </p> ! <p> ! When supplying a COM currency object, you can supply either a decimal object ! or a tuple. This issue only applies when pythoncom passes you a currency value </p> <p> --- 28,35 ---- </p> <p> ! Up until build 212, code could set <code>pythoncom.__future_currency__ = True</code> ! to force use of the decimal module, with a warning issued otherwise. In ! builds 213 and later, the decimal module is unconditionally used when ! pythoncon returns you a currency value. </p> <p> *************** *** 55,58 **** --- 49,59 ---- <h3>Recent Changes</h3> + + <h4>Lost of internal changes on the road to py3k</h4> + + <h4>win32com.axcontrol and win2con.internet</h4> + Many more interfaces for hosting AX controls and the interfaces + used by Internet Explorer. + <h4>win32com.shell</h4> The shell interfaces have undergone a number of enhancements and changes. |