[pywin32-checkins] pywin32 set_for_version.py,1.1,1.2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-09-01 08:23:30
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1:/tmp/cvs-serv30630 Modified Files: set_for_version.py Log Message: Support python 2.4 Index: set_for_version.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/set_for_version.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** set_for_version.py 6 Mar 2003 03:18:44 -0000 1.1 --- set_for_version.py 1 Sep 2003 08:23:27 -0000 1.2 *************** *** 4,8 **** "2.1" : (r"..\python-2.1","Python21"), "2.2" : (r"..\python-2.2-cvs", "Python22"), ! "2.3" : (r"..\python-cvs", None), } --- 4,9 ---- "2.1" : (r"..\python-2.1","Python21"), "2.2" : (r"..\python-2.2-cvs", "Python22"), ! "2.3" : (r"..\python-2.3-cvs", "Python23"), ! "2.4" : (r"..\python-cvs", None), } |