source: trunk/essentials/dev-lang/python/PCbuild8/field3.py@ 3506

Last change on this file since 3506 was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 966 bytes
Line 
1# An absurd workaround for the lack of arithmetic in MS's resource compiler.
2# After building Python, run this, then paste the output into the appropriate
3# part of PC\python_nt.rc.
4# Example output:
5#
6# * For 2.3a0,
7# * PY_MICRO_VERSION = 0
8# * PY_RELEASE_LEVEL = 'alpha' = 0xA
9# * PY_RELEASE_SERIAL = 1
10# *
11# * and 0*1000 + 10*10 + 1 = 101.
12# */