commit | dd2245f2309da358b4c0b56d6a3a411888052f26 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Mar 31 17:18:06 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Mar 31 17:18:06 2006 +0000 |
tree | cc2b848af738f6b48fe997d09aebdc2f30902523 | |
parent | 296aef8ebb4701a6fe3af652a230b1107ae5f44a [diff] |
Bug #1250170, Patch #1462230: handle socket.gethostname() failures gracefully
diff --git a/Misc/NEWS b/Misc/NEWS index 38a608b..55357d8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -485,6 +485,9 @@ 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.