Jack, you can't do this on the trunk. If you *have* to have a different patch level, please use a branch! --Guido van Rossum (home page: http://www.python.org/~guido/)
Update of /cvsroot/python/python/dist/src/Include In directory usw-pr-cvs1:/tmp/cvs-serv16428/Python/Include
Modified Files: patchlevel.h Log Message: Tweaks for MacPython 2.2b1
Index: patchlevel.h =================================================================== RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v retrieving revision 2.56 retrieving revision 2.57 diff -C2 -d -r2.56 -r2.57 *** patchlevel.h 2001/10/19 17:11:58 2.56 --- patchlevel.h 2001/10/23 22:20:58 2.57 *************** *** 27,31 ****
/* Version as a string */ ! #define PY_VERSION "2.2b1+"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. --- 27,31 ----
/* Version as a string */ ! #define PY_VERSION "2.2b1"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
_______________________________________________ Python-checkins mailing list Python-checkins@python.org http://mail.python.org/mailman/listinfo/python-checkins
participants (1)
-
Guido van Rossum