]> granicus.if.org Git - python/commit
Issue #23029: Fix catch_warnings() in test_filename_none
authorBerker Peksag <berker.peksag@gmail.com>
Sat, 16 Apr 2016 19:16:05 +0000 (22:16 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 16 Apr 2016 19:16:05 +0000 (22:16 +0300)
commitccff2bbd3b3e5376333792b629029ebb69a903d6
tree9d1d17dd4683ffb63dc095f7362cffea61dac589
parentaeff57d34aa60860f6c4e12bfd741d5c92d16dc3
Issue #23029: Fix catch_warnings() in test_filename_none

It was printed UserWarning output because catch_warnings() was missing
record=True.
Lib/test/test_warnings.py