| commit | fe52eb62191e640e720d184a9a1a04e965b8a062 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <vstinner@python.org> | Wed Apr 28 15:47:10 2021 +0200 |
| committer | GitHub <noreply@github.com> | Wed Apr 28 15:47:10 2021 +0200 |
| tree | bbfe56fcdd433643e4b3e4dcda419abdf36e9682 | |
| parent | 32c5a174445ec93747240cd8472012276ed27acf [diff] |
bpo-43961: Fix test_logging.test_namer_rotator_inheritance() (GH-25684) Fix test_logging.test_namer_rotator_inheritance() on Windows: use os.replace() rather than os.rename().