summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-10-29 18:20:08 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-10-29 18:20:08 (GMT)
commit72f48422e21ce7b11d92744d52478edeb7fa4b0d (patch)
tree42676a53b6465451108ff6eb9e95494f6a20b7ab /Misc
parent83432babfd244f88a6fd7f336cfdb038fde5c4e8 (diff)
downloadcpython-72f48422e21ce7b11d92744d52478edeb7fa4b0d.zip
cpython-72f48422e21ce7b11d92744d52478edeb7fa4b0d.tar.gz
cpython-72f48422e21ce7b11d92744d52478edeb7fa4b0d.tar.bz2
Issue #9377: Use Unicode API for gethostname on Windows.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6b63779..dd18844 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -160,6 +160,8 @@ Library
Extensions
----------
+- Issue #9377: Use Unicode API for gethostname on Windows.
+
- Issue #10143: Update "os.pathconf" values.
- Issue #6518: Support context manager protcol for ossaudiodev types.