Your message dated Mon, 2 Aug 2004 14:13:57 +0900 with message-id <[EMAIL PROTECTED]> and subject line xmlrpclib is included in Python (>=2.2) has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 12 Oct 2001 13:55:38 +0000 >From [EMAIL PROTECTED] Fri Oct 12 08:55:38 2001 Return-path: <[EMAIL PROTECTED]> Received: from kendy.up.ac.za [137.215.101.101] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 15s2mn-0005gL-00; Fri, 12 Oct 2001 08:55:38 -0500 Received: from [137.215.95.17] (helo=student.up.ac.za) by kendy.up.ac.za with esmtp (Exim 3.15 #1) id 15s2mB-0006XS-00 for [EMAIL PROTECTED]; Fri, 12 Oct 2001 15:54:59 +0200 Received: from m33.up.ac.za ([137.215.227.133] ident=mail) by student.up.ac.za with esmtp (Exim 3.15 #1) id 15s2mA-0003e5-00; Fri, 12 Oct 2001 15:54:58 +0200 Received: from life by m33.up.ac.za with local (Exim 3.32 #1 (Debian)) id 15s2kI-0002AF-00; Fri, 12 Oct 2001 15:53:02 +0200 From: Danie Roux <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: ITP: xmlrpclib -- Python implementation of the XML-RPC protocol X-Reportbug-Version: 1.31 X-Mailer: reportbug 1.31 Date: Fri, 12 Oct 2001 15:53:00 +0200 X-Debbugs-CC: debian-devel@lists.debian.org Message-Id: <[EMAIL PROTECTED]> Sender: Danie Roux <[EMAIL PROTECTED]> X-Scanner: exiscan *15s2mB-0006XS-00*0i7zEcHIn9A* http://duncanthrax.net/exiscan/ Delivered-To: [EMAIL PROTECTED] Package: wnpp Version: N/A; reported 2001-10-12 Severity: wishlist * Package name : xmlrpclib Version : 0.9.9 Upstream Author : Fredrik Lundh <[EMAIL PROTECTED]> * URL : http://http://www.pythonware.com/products/xmlrpc/ * License : Own, free Description : Python implementation of the XML-RPC protocol Quote: "This is a development release (hopefully the last one before 1.0 final), which adds support for encodings, Unicode, and HTTPS transports." --------------------------------------- Received: (at 115368-done) by bugs.debian.org; 2 Aug 2004 05:14:21 +0000 >From [EMAIL PROTECTED] Sun Aug 01 22:14:21 2004 Return-path: <[EMAIL PROTECTED]> Received: from sparcs.kaist.ac.kr [143.248.234.102] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BrV9R-0004Ta-00; Sun, 01 Aug 2004 22:14:21 -0700 Received: from [211.215.114.239] (helo=localhost ident=Debian-exim) by sparcs.kaist.ac.kr with asmtp (TLS-1.0:RSA_ARCFOUR_SHA:16) (Exim 4.32) id 1BrV9N-0002rs-Ax for [EMAIL PROTECTED]; Mon, 02 Aug 2004 14:14:17 +0900 Received: from tinuviel by localhost with local (Exim 4.34) id 1BrV93-00011H-KK for [EMAIL PROTECTED]; Mon, 02 Aug 2004 14:13:57 +0900 Date: Mon, 2 Aug 2004 14:13:57 +0900 To: [EMAIL PROTECTED] Subject: xmlrpclib is included in Python (>=2.2) Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040722i From: Seo Sanghyeon <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Python includes xmlrpclib as a part of standard library, from version 2.2. Close. Note that python-xmlrpc package in Woody is not same as this one. The one in Woody is written in C and supports non-blocking. xmlrpclib is written in Python. I wonder what happened to python-xmlrpc in Woody though?