From: Neal Norwitz Date: Mon, 10 Apr 2006 00:25:01 +0000 (+0000) Subject: I wonder if we can be too graceful? One oughta be enough. :-) X-Git-Tag: v2.5a2~380 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6974a51d1a1eb73827aa1393a65c1f6fac256d0e;p=thirdparty%2FPython%2Fcpython.git I wonder if we can be too graceful? One oughta be enough. :-) --- diff --git a/Misc/NEWS b/Misc/NEWS index 0a26e91fc96b..363ad52f6bf1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -561,8 +561,7 @@ Library - Patch #1462313, bug #1443328: the pickle modules now can handle classes that have __private names in their __slots__. -- Bug #1250170: mimetools now gracefully handles socket.gethostname() - failures gracefully. +- Bug #1250170: mimetools now handles socket.gethostname() failures gracefully. - patch #1457316: "setup.py upload" now supports --identity to select the key to be used for signing the uploaded code.