[Python-bugs-list] [ python-Bugs-465299 ] xmlrpclib broken

noreply@sourceforge.net noreply@sourceforge.net
Wed, 26 Sep 2001 12:45:30 -0700


Bugs item #465299, was opened at 2001-09-26 10:13
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=465299&group_id=5470

Category: Python Library
Group: Python 2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Mihai Ibanescu (misa)
Assigned to: Martin v. Löwis (loewis)
Summary: xmlrpclib broken

Initial Comment:
Between version 1.5 and 1.6 of Lib/xmlrpclib.py, an import
from cgi import escape

was removed, and now escape is no longer in the namespace.

Fix is easy, put the line back.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2001-09-26 12:45

Message:
Logged In: YES 
user_id=21627

Why is that a bug? Every use of escape imports it before 
using it.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=465299&group_id=5470