commit | 37a6d5f8027f969418fe53d0a73a21003a8e370d | [log] [tgz] |
---|---|---|
author | Daniel Hahler <git@thequod.de> | Mon Dec 21 07:38:02 2020 +0100 |
committer | GitHub <noreply@github.com> | Sun Dec 20 22:38:02 2020 -0800 |
tree | d858ec901fe681a2bdb2bc03a5aa308ba125182b | |
parent | ab74c014ae514fde7487542ec96ef45235aa86b0 [diff] |
[WIP/RFC] bpo-15872: tests: remove oddity from test_rmtree_errors (GH-22967) This was added for (some) Windows buildbots back in 2012, and should either not be necessary anymore, or it should probably get investigated why "\*.*" gets added to filenames in the first place. Ref: Automerge-Triggered-By: GH:hynek