Issue #16102: Make uuid._netbios_getnode() work again on Python 3.

This commit is contained in:
Serhiy Storchaka 2013-06-09 21:08:05 +03:00
parent e7275ffa4c
commit 6f50b810b7
2 changed files with 3 additions and 1 deletions

View file

@ -27,6 +27,8 @@ Core and Builtins
Library
-------
- Issue #16102: Make uuid._netbios_getnode() work again on Python 3.
- Issue #18109: os.uname() now decodes fields from the locale encoding, and
socket.gethostname() now decodes the hostname from the locale encoding,
instead of using the UTF-8 encoding in strict mode.