Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55cc345

Browse files
chris-randswarsaw
authored andcommitted
bpo-35526: make __future__.barry_as_FLUFL mandatory for Python 4.0 (#11218)
* extending the joke! * 📜🤖 Added by blurb_it.
1 parent 57dd79e commit 55cc345

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lib/__future__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def __repr__(self):
134134
CO_FUTURE_UNICODE_LITERALS)
135135

136136
barry_as_FLUFL = _Feature((3, 1, 0, "alpha", 2),
137-
(3, 9, 0, "alpha", 0),
137+
(4, 0, 0, "alpha", 0),
138138
CO_FUTURE_BARRY_AS_BDFL)
139139

140140
generator_stop = _Feature((3, 5, 0, "beta", 1),
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Delaying the 'joke' of barry_as_FLUFL.mandatory to Python version 4.0

0 commit comments

Comments
 (0)