[pywin32-checkins] pywin32 CHANGES.txt,1.46,1.47
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2009-03-22 01:27:22
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28277 Modified Files: CHANGES.txt Log Message: note fix to PyTime comparison regression Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** CHANGES.txt 10 Feb 2009 11:21:18 -0000 1.46 --- CHANGES.txt 22 Mar 2009 01:27:15 -0000 1.47 *************** *** 6,9 **** --- 6,15 ---- However contributors are encouraged to add their own entries for their work. + Since build 213: + ---------------- + + * Fixed a regression which would cause an error if you compared a PyTime + object to any other type, including None + Since build 212: ---------------- |