[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Python sysmodule.c,2.59,2.60

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Thu, 13 Apr 2000 17:36:34 +0200


> Modified Files:
> sysmodule.c=20
> Log Message:
>=20
> Define version_info to be a tuple (major, minor, micro, level); level
> is a string "a2", "b1", "c1", or '' for a final release.

maybe level should be chosen so that version_info for a final
release is larger than version_info for the corresponding beta ?

</F>