Kaydet (Commit) 55cc3450 authored tarafından Chris Rands's avatar Chris Rands Kaydeden (comit) Barry Warsaw

bpo-35526: make __future__.barry_as_FLUFL mandatory for Python 4.0 (#11218)

* extending the joke!

* 📜🤖 Added by blurb_it.
üst 57dd79e6
......@@ -134,7 +134,7 @@ unicode_literals = _Feature((2, 6, 0, "alpha", 2),
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),
......
Delaying the 'joke' of barry_as_FLUFL.mandatory to Python version 4.0
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment