8000 Update Misc/NEWS.d/next/Core_and_Builtins/2024-10-29-23-30-35.gh-issu… · python/cpython@387e67f · GitHub
[go: up one dir, main page]

Skip to content

Commit 387e67f

Browse files
Update Misc/NEWS.d/next/Core_and_Builtins/2024-10-29-23-30-35.gh-issue-125331.quKQ7V.rst
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
1 parent 45316a7 commit 387e67f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Using ``from __future__ import barry_as_FLUFL`` works now when using
2-
multiple statements on the same line. Additionally, the effect is respected
3-
even if the import is used but flags are not passed to
4-
:func:`compile`. Patch by Pablo Galindo.
1+
``from __future__ import barry_as_FLUFL`` now works in more contexts,
2+
including when it is used in files, with the ``-c`` flag, and in the REPL
3+
when there are multiple statements on the same line. Previously, it worked
4+
only on subsequent lines in the REPL, and when the appropriate flags were
5+
passed directly to :func:`compile`. Patch by Pablo Galindo.

0 commit comments

Comments
 (0)
0