]> granicus.if.org Git - python/commit
Fix DeprecationWarning on Windows
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 24 Mar 2016 08:11:48 +0000 (09:11 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 24 Mar 2016 08:11:48 +0000 (09:11 +0100)
commit923590e397e255ae0f34a04eb662264de9b67f09
treead68a0f684af349f8c4ca2e52280968098ba3056
parent5e14a38e8e84aa8a80651324c72c00f1d407e07c
Fix DeprecationWarning on Windows

Issue #25911: Use support.check_warnings() to expect or ignore
DeprecationWarning in test_os.
Lib/test/test_os.py