diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-08-11 03:57:37 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-08-11 03:57:37 (GMT) |
commit | cae101f5ecd8fee38a37ce8fa46c141cd8a522ef (patch) | |
tree | ec9d28a52412a731a682024f509f540f530898da /Misc/NEWS | |
parent | 2ab6ddb19d4e4e43249710fe7d34b1d821c5fc47 (diff) | |
download | cpython-cae101f5ecd8fee38a37ce8fa46c141cd8a522ef.zip cpython-cae101f5ecd8fee38a37ce8fa46c141cd8a522ef.tar.gz cpython-cae101f5ecd8fee38a37ce8fa46c141cd8a522ef.tar.bz2 |
Issue #24839: platform._syscmd_ver raises DeprecationWarning
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ Core and Builtins Library ------- +- Issue #24839: platform._syscmd_ver raises DeprecationWarning What's New in Python 3.5.0 release candidate 1? =============================================== |