]> granicus.if.org Git - python/commit
use patch context manager instead of decorator because the decorator 'leaks' metadata...
authorBenjamin Peterson <benjamin@python.org>
Sat, 20 Sep 2014 15:53:12 +0000 (11:53 -0400)
committerBenjamin Peterson <benjamin@python.org>
Sat, 20 Sep 2014 15:53:12 +0000 (11:53 -0400)
commit9833fcbca3317bb664252437a3c58d68bfee13a8
tree5f533687c5d06324b17a42bb9e1780893570b0ba
parent96756b6a2712830cdbb29f5eb125b7aef0ee187c
use patch context manager instead of decorator because the decorator 'leaks' metadata onto the function
Lib/distutils/tests/test_dir_util.py
Lib/distutils/tests/test_file_util.py