diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-09 07:02:22 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-09 07:02:22 (GMT) |
commit | 909bc1cf6322df3edff9c34c1cef96f58b8c5a7b (patch) | |
tree | 155be4091b6cedc3cc77000037d660d4c11b774d /Misc/ACKS | |
parent | b9c24fb5431d7251d2d634c98782becc85324ab0 (diff) | |
download | cpython-909bc1cf6322df3edff9c34c1cef96f58b8c5a7b.zip cpython-909bc1cf6322df3edff9c34c1cef96f58b8c5a7b.tar.gz cpython-909bc1cf6322df3edff9c34c1cef96f58b8c5a7b.tar.bz2 |
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.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -179,6 +179,7 @@ Nadav Horesh Ken Howard Brad Howes Chih-Hao Huang +Lawrence Hudson Michael Hudson Jim Hugunin Greg Humphreys |