@@ -136,6 +136,13 @@ pathlib
|
136 | 136 | contain characters unrepresentable at the OS level. |
137 | 137 | (Contributed by Serhiy Storchaka in :issue:`33721`.) |
138 | 138 | |
| 139 | +venv |
| 140 | +---- |
| 141 | + |
| 142 | +* :mod:`venv` now includes an ``Activate.ps1`` script on all platforms for |
| 143 | + activating virtual environments under PowerShell Core 6.1. |
| 144 | + (Contributed by Brett Cannon in :issue:`32718`.) |
| 145 | + |
139 | 146 | |
140 | 147 | Optimizations |
141 | 148 | ============= |
@@ -321,7 +328,7 @@ CPython bytecode changes
|
321 | 328 | |
322 | 329 | * The interpreter loop has been simplified by moving the logic of unrolling |
323 | 330 | the stack of blocks into the compiler. The compiler emits now explicit |
324 | | - instructions for adjusting the stack of values and calling the cleaning |
| 331 | + instructions for adjusting the stack of values and calling the cleaning- |
325 | 332 | up code for :keyword:`break`, :keyword:`continue` and :keyword:`return`. |
326 | 333 | |
327 | 334 | Removed opcodes :opcode:`BREAK_LOOP`, :opcode:`CONTINUE_LOOP`, |
|