Skip to content

Commit 6a366c9

Browse files
venv: add logger (#9508)
Not particularly useful but unreleased stubtest will require this: https://github.com/python/typeshed/actions/runs/3898630022/jobs/6657546205
1 parent 1ce1c1a commit 6a366c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/venv/__init__.pyi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
import logging
12
import sys
23
from _typeshed import StrOrBytesPath
34
from collections.abc import Sequence
45
from types import SimpleNamespace
56

7+
logger: logging.Logger
8+
69
if sys.version_info >= (3, 9):
710
CORE_VENV_DEPS: tuple[str, ...]
811

0 commit comments

Comments
 (0)