]> granicus.if.org Git - python/commit
bpo-37393: Fix deprecation warnings in test_ntpath. (GH-14357)
authorZackery Spytz <zspytz@gmail.com>
Tue, 25 Jun 2019 06:49:46 +0000 (00:49 -0600)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 25 Jun 2019 06:49:46 +0000 (09:49 +0300)
commit9fe42b49c79c453d905d0395150ba0607fbab18b
treebbfd48dc33aad86c8fd385240efbc260536f600e
parent1791128677e71f3b93cae4bbed66ac3c6e4b5110
bpo-37393: Fix deprecation warnings in test_ntpath. (GH-14357)

eval() was being called an extra time without a filter for
deprecation warnings.
Lib/test/test_ntpath.py