Skip to content

Commit

Permalink
Add a What's new entry
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Sep 15, 2023
1 parent 8ba65b5 commit f75b26c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,16 @@ typing
check whether a class is a :class:`typing.Protocol`. (Contributed by Jelle Zijlstra in
:gh:`104873`.)

venv
----

* Add support for adding source control management (SCM) ignore files to a
virtual environment's directory. By default, Git is supported. This is
implemented as opt-in via the API which can be extended to support other SCMs
(:class:`venv.EnvBuilder` and :func:`venv.create`), and opt-out via the CLI
(using ``--without-scm-ignore-files``). (Contributed by Brett Cannon in
:gh:`108125`.)

Optimizations
=============

Expand Down

0 comments on commit f75b26c

Please sign in to comment.