summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-04-10 00:25:01 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-04-10 00:25:01 (GMT)
commit6974a51d1a1eb73827aa1393a65c1f6fac256d0e (patch)
tree00a06f93989ad94a9da1f7112395042781b34adf /Misc
parent8220174489e3f28b874b3b45516585c30e5999da (diff)
downloadcpython-6974a51d1a1eb73827aa1393a65c1f6fac256d0e.zip
cpython-6974a51d1a1eb73827aa1393a65c1f6fac256d0e.tar.gz
cpython-6974a51d1a1eb73827aa1393a65c1f6fac256d0e.tar.bz2
I wonder if we can be too graceful? One oughta be enough. :-)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 1 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0a26e91..363ad52 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.