summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-03-31 17:18:06 (GMT)
committerGeorg Brandl <georg@python.org>2006-03-31 17:18:06 (GMT)
commitdd2245f2309da358b4c0b56d6a3a411888052f26 (patch)
treecc2b848af738f6b48fe997d09aebdc2f30902523 /Misc
parent296aef8ebb4701a6fe3af652a230b1107ae5f44a (diff)
downloadcpython-dd2245f2309da358b4c0b56d6a3a411888052f26.zip
cpython-dd2245f2309da358b4c0b56d6a3a411888052f26.tar.gz
cpython-dd2245f2309da358b4c0b56d6a3a411888052f26.tar.bz2
Bug #1250170, Patch #1462230: handle socket.gethostname()
failures gracefully
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 38a608b..55357d8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -485,6 +485,9 @@ Extension Modules
Library
-------
+- Bug #1250170: mimetools now gracefully 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.