mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
bpo-35526: make __future__.barry_as_FLUFL mandatory for Python 4.0 (#11218)
* extending the joke! * 📜🤖 Added by blurb_it.
This commit is contained in:
parent
57dd79e6f7
commit
55cc34500e
2 changed files with 2 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ def __repr__(self):
|
|||
CO_FUTURE_UNICODE_LITERALS)
|
||||
|
||||
barry_as_FLUFL = _Feature((3, 1, 0, "alpha", 2),
|
||||
(3, 9, 0, "alpha", 0),
|
||||
(4, 0, 0, "alpha", 0),
|
||||
CO_FUTURE_BARRY_AS_BDFL)
|
||||
|
||||
generator_stop = _Feature((3, 5, 0, "beta", 1),
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Delaying the 'joke' of barry_as_FLUFL.mandatory to Python version 4.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue