Kaydet (Commit) 2fd2e867 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

update expat comment

üst 91e0db84
...@@ -1211,12 +1211,12 @@ class PyBuildExt(build_ext): ...@@ -1211,12 +1211,12 @@ class PyBuildExt(build_ext):
# Interface to the Expat XML parser # Interface to the Expat XML parser
# #
# Expat was written by James Clark and is now maintained by a # Expat was written by James Clark and is now maintained by a group of
# group of developers on SourceForge; see www.libexpat.org for # developers on SourceForge; see www.libexpat.org for more information.
# more information. The pyexpat module was written by Paul # The pyexpat module was written by Paul Prescod after a prototype by
# Prescod after a prototype by Jack Jansen. The Expat source # Jack Jansen. The Expat source is included in Modules/expat/. Usage
# is included in Modules/expat/. Usage of a system # of a system shared libexpat.so is possible with --with-system-expat
# shared libexpat.so/expat.dll is not advised. # cofigure option.
# #
# More information on Expat can be found at www.libexpat.org. # More information on Expat can be found at www.libexpat.org.
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment