]> granicus.if.org Git - python/commit
Remove unused VERSION #define.
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 29 Sep 2000 19:05:48 +0000 (19:05 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 29 Sep 2000 19:05:48 +0000 (19:05 +0000)
commitc0718eba21c6e8157d9f3ea00d7b2bac1fb7e0a2
tree84af6fa2fbc5b69a59f5d6428aaf9be1cc8d2c68
parent3f0969f100a565a239f3504b50ab8e31d6e81b14
Remove unused VERSION #define.
Add PyModule_AddStringConstant and PyModule_AddObject if version <2.0,
to allow to share this file with PyXML.
Modules/pyexpat.c