]> granicus.if.org Git - python/commitdiff
Merge #8112: Update the documenting xmlrpc server to use getfullargspec.
authorR David Murray <rdmurray@bitdance.com>
Sat, 10 Aug 2013 16:03:54 +0000 (12:03 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 10 Aug 2013 16:03:54 +0000 (12:03 -0400)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index f2135c8a20abb51eaa44daf7c0ee7d3c782cae16,635a925970f53b6198fd83464d88e1cfb9be165d..d504066a6db82a9064d6361e4a1308a5ceb5db51
+++ b/Misc/NEWS
@@@ -10,40 -12,8 +10,43 @@@ Projected Release date: 2013-09-0
  Core and Builtins
  -----------------
  
 +- Issue #16499: Add command line option for isolated mode.
 +
 +- Issue #15301: Parsing fd, uid, and gid parameters for builtins
 +  in Modules/posixmodule.c is now far more robust.
 +
  - Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc()
 -  fails.
 +  fail.
 +
 +- Issue #17934: Add a clear() method to frame objects, to help clean up
 +  expensive details (local variables) and break reference cycles.
 +
 +Library
 +-------
 +
++- Issue #8112: xlmrpc.server's DocXMLRPCServer server no longer raises an error
++  if methods have annotations; it now correctly displays the annotations.
++
 +- Issue #18600: Added policy argument to email.message.Message.as_string,
 +  and as_bytes and __bytes__ methods to Message.
 +
 +- Issue #18671: Output more information when logging exceptions occur.
 +
 +- Issue #18621: Prevent the site module's patched builtins from keeping
 +  too many references alive for too long.
 +
 +- Issue #4885: Add weakref support to mmap objects.  Patch by Valerie Lambert.
 +
 +- Issue #8860: Fixed rounding in timedelta constructor.
 +
 +
 +What's New in Python 3.4.0 Alpha 1?
 +===================================
 +
 +Release date: 2013-08-03
 +
 +Core and Builtins
 +-----------------
  
  - Issue #16741: Fix an error reporting in int().