diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-06-13 15:11:50 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-06-13 15:11:50 (GMT) |
commit | 5c0be328c1dc6892533b28b11581b5b119e1707d (patch) | |
tree | 66d0007863e972a53e766d81499ff891bd8032b0 /Misc | |
parent | 73e9ffc811f71172ea17ea96cdc4bb1b74b58b47 (diff) | |
download | cpython-5c0be328c1dc6892533b28b11581b5b119e1707d.zip cpython-5c0be328c1dc6892533b28b11581b5b119e1707d.tar.gz cpython-5c0be328c1dc6892533b28b11581b5b119e1707d.tar.bz2 |
platform.uname now tries to fill empty values even when os.uname is present
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -675,6 +675,7 @@ Steven Taschuk Monty Taylor Amy Taylor Tobias Thelen +James Thomas Robin Thomas Eric Tiedemann Tracy Tims @@ -84,6 +84,9 @@ Extension Modules Library ------- +- Issue #2912: platform.uname now tries to determine unknown information even if + os.uname exists. + - The rfc822 module has been deprecated for removal in 3.0. - The mimetools module has been deprecated for removal in 3.0. |