diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-09-15 12:27:18 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-09-15 12:27:18 (GMT) |
commit | 99f3ba1648004af22ede20d09d567cb33dce3db8 (patch) | |
tree | b3b77783bb0ab5db70c00d3546b1e8aa705e2c49 /setup.py | |
parent | d75e7e43420273dc774bb39caa636c5c866fe935 (diff) | |
download | cpython-99f3ba1648004af22ede20d09d567cb33dce3db8.zip cpython-99f3ba1648004af22ede20d09d567cb33dce3db8.tar.gz cpython-99f3ba1648004af22ede20d09d567cb33dce3db8.tar.bz2 |
Remove possibly-misleading Expat version
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -719,8 +719,8 @@ class PyBuildExt(build_ext): # Expat was written by James Clark and is now maintained by a # group of developers on SourceForge; see www.libexpat.org for # more information. The pyexpat module was written by Paul - # Prescod after a prototype by Jack Jansen. Source of Expat - # 1.95.2 is included in Modules/expat/. Usage of a system + # Prescod after a prototype by Jack Jansen. The Expat source + # is included in Modules/expat/. Usage of a system # shared libexpat.so/expat.dll is not advised. # # More information on Expat can be found at www.libexpat.org. |