A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2009-April/081330.html below:

[Python-checkins] r71355 - in python/branches/py3k: Lib/xmlrpc/server.py Misc/NEWS

[Python-checkins] r71355 - in python/branches/py3k: Lib/xmlrpc/server.py Misc/NEWS [Python-checkins] r71355 - in python/branches/py3k: Lib/xmlrpc/server.py Misc/NEWSmatthias.klose python-checkins at python.org
Tue Apr 7 15:13:10 CEST 2009
Author: matthias.klose
Date: Tue Apr  7 15:13:10 2009
New Revision: 71355

Log:
Merged revisions 71268 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71268 | matthias.klose | 2009-04-05 23:00:48 +0200 (So, 05 Apr 2009) | 3 lines
  
  - Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for
    new arguments introduced in 2.5.
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Lib/xmlrpc/server.py
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Lib/xmlrpc/server.py
==============================================================================
--- python/branches/py3k/Lib/xmlrpc/server.py	(original)
+++ python/branches/py3k/Lib/xmlrpc/server.py	Tue Apr  7 15:13:10 2009
@@ -159,7 +159,7 @@
     reason to instantiate this class directly.
     """
 
-    def __init__(self, allow_none, encoding):
+    def __init__(self, allow_none=False, encoding=None):
         self.funcs = {}
         self.instance = None
         self.allow_none = allow_none

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Tue Apr  7 15:13:10 2009
@@ -15,6 +15,9 @@
 Library
 -------
 
+- Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for
+  new arguments introduced in 2.5.
+
 
 What's New in Python 3.1 alpha 2?
 =================================
More information about the Python-checkins mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4