diff options
author | Georg Brandl <georg@python.org> | 2006-03-31 17:18:06 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-03-31 17:18:06 (GMT) |
commit | dd2245f2309da358b4c0b56d6a3a411888052f26 (patch) | |
tree | cc2b848af738f6b48fe997d09aebdc2f30902523 /Misc | |
parent | 296aef8ebb4701a6fe3af652a230b1107ae5f44a (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |