◐ Shell
clean mode source ↗

bpo-43961: Fix test_logging.test_namer_rotator_inheritance() by vstinner · Pull Request #25684 · python/cpython

Fix test_logging.test_namer_rotator_inheritance() on Windows: use
os.replace() rather than os.rename().

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Apr 28, 2021
…H-25684)

Fix test_logging.test_namer_rotator_inheritance() on Windows: use
os.replace() rather than os.rename().
(cherry picked from commit fe52eb6)

Co-authored-by: Victor Stinner <vstinner@python.org>

vstinner added a commit that referenced this pull request

Apr 28, 2021
… (GH-25688)

Fix test_logging.test_namer_rotator_inheritance() on Windows: use
os.replace() rather than os.rename().
(cherry picked from commit fe52eb6)

Co-authored-by: Victor Stinner <vstinner@python.org>

Co-authored-by: Victor Stinner <vstinner@python.org>