[Python-checkins] CVS: python/dist/src/Misc ACKS,1.78,1.79

Tim Peters tim_one@users.sourceforge.net
Thu, 08 Feb 2001 23:02:24 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv11828/python/dist/src/Misc

Modified Files:
	ACKS 
Log Message:
SF bug #131225: sys.winver is still '2.0' in python 2.1a2.
SF patch #103683: Alternative dll version resources.
Changes similar to the patch.  MarkH should review.
File version and Product version text strings now 2.1a2.
64-bit file and product version numbers are now
    PY_MAJOR_VERSION, PY_MINOR_VERSION, messy, PYTHON_API_VERSION
where
    messy = PY_MICRO_VERSION*1000 + PY_RELEASE_LEVEL*10 + PY_RELEASE_SERIAL
Updated company name to "Digital Creations 2".
Copyright now lists Guido; "C in a circle" symbol used instead of (C).
Comments added so this is less likely to get flubbed again, and
#if/#error guys added to trigger if the version number manipulations
above overflow.


Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -r1.78 -r1.79
*** ACKS	2001/02/05 17:36:46	1.78
--- ACKS	2001/02/09 07:02:22	1.79
***************
*** 180,183 ****
--- 180,184 ----
  Brad Howes
  Chih-Hao Huang
+ Lawrence Hudson
  Michael Hudson
  Jim Hugunin