]> granicus.if.org Git - python/commit
bpo-37393: Fix deprecation warnings in test_ntpath. (GH-14357)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 25 Jun 2019 07:12:19 +0000 (00:12 -0700)
committerGitHub <noreply@github.com>
Tue, 25 Jun 2019 07:12:19 +0000 (00:12 -0700)
commit20372d65243d5573fba17d026681a3b24d95c284
tree54254ff94e0ec5379a39a7f210cbf6ea2d728c44
parent210358b25cf6425c81a341a074be6cd897c2d43d
bpo-37393: Fix deprecation warnings in test_ntpath. (GH-14357)

eval() was being called an extra time without a filter for
deprecation warnings.
(cherry picked from commit 9fe42b49c79c453d905d0395150ba0607fbab18b)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Lib/test/test_ntpath.py