]> granicus.if.org Git - python/commit
get_version_string(): New function -- returns a Python string object that
authorFred Drake <fdrake@acm.org>
Sat, 24 Mar 2001 19:58:26 +0000 (19:58 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 24 Mar 2001 19:58:26 +0000 (19:58 +0000)
commit4113b137cd9e02efe65d66ad2b671bbb9e5164dd
tree7c423a6ce97c3968e63e5dc4df7fbf66973080a5
parentc8da0f966fd5362383e638c586c34e05e9652025
get_version_string():  New function -- returns a Python string object that
    gives the CVS revision of this file even if it does not include the
    extra RCS "$Revision: " cruft.

initpyexpat():  Use get_version_string() instead of hard-coding magic
    indexes into the RCS string (which may be affected by export options).
Modules/pyexpat.c