diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-12-31 16:28:24 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-12-31 16:28:24 (GMT) |
commit | 2fd2e867879a7e44c91d43a48b71a59836849f0a (patch) | |
tree | 2049e8e528e470bf2711bb07bfc44391cd75eaf4 /setup.py | |
parent | 91e0db8404a1794944b340a218f892764c7bd961 (diff) | |
download | cpython-2fd2e867879a7e44c91d43a48b71a59836849f0a.zip cpython-2fd2e867879a7e44c91d43a48b71a59836849f0a.tar.gz cpython-2fd2e867879a7e44c91d43a48b71a59836849f0a.tar.bz2 |
update expat comment
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1211,12 +1211,12 @@ class PyBuildExt(build_ext): # Interface to the Expat XML parser # - # 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. The Expat source - # is included in Modules/expat/. Usage of a system - # shared libexpat.so/expat.dll is not advised. + # 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. The Expat source is included in Modules/expat/. Usage + # of a system shared libexpat.so is possible with --with-system-expat + # cofigure option. # # More information on Expat can be found at www.libexpat.org. # |