[Python-checkins] python/nondist/peps pep-0291.txt,1.10,1.11
loewis at users.sourceforge.net
loewis at users.sourceforge.net
Fri Aug 20 09:32:08 CEST 2004
Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12412
Modified Files:
pep-0291.txt
Log Message:
Bump minimum version for xmlrpclib to 2.1. Fixes #1009803
Index: pep-0291.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0291.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** pep-0291.txt 19 Aug 2004 22:58:30 -0000 1.10
--- pep-0291.txt 20 Aug 2004 07:32:06 -0000 1.11
***************
*** 87,91 ****
sre Fredrik Lundh 2.1
xml (PyXML) Martin v. Loewis 2.0
! xmlrpclib Fredrik Lundh 1.5.2
modulefinder Thomas Heller 2.2
Just van Rossum
--- 87,91 ----
sre Fredrik Lundh 2.1
xml (PyXML) Martin v. Loewis 2.0
! xmlrpclib Fredrik Lundh 2.1
modulefinder Thomas Heller 2.2
Just van Rossum
More information about the Python-checkins
mailing list