[Python-checkins] python/dist/src setup.py,1.93,1.94

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Mon, 17 Jun 2002 10:55:34 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv6537

Modified Files:
	setup.py 
Log Message:
Update description of the Expat library.
Closes SF bug #556370.


Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.93
retrieving revision 1.94
diff -C2 -d -r1.93 -r1.94
*** setup.py	14 Jun 2002 20:30:30 -0000	1.93
--- setup.py	17 Jun 2002 17:55:30 -0000	1.94
***************
*** 654,663 ****
          # Interface to the Expat XML parser
          #
!         # Expat is written by James Clark and must be downloaded separately
!         # (see below).  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 shared libexpat.so/expat.dll
!         # is only advised if that has the same or newer version and was
!         # build using the same defines.
          if sys.byteorder == "little":
              xmlbo = "12"
--- 654,666 ----
          # 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.  Source of Expat
!         # 1.95.2 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.
!         #
          if sys.byteorder == "little":
              xmlbo = "12"