]> granicus.if.org Git - python/commitdiff
bpo-35526: make __future__.barry_as_FLUFL mandatory for Python 4.0 (#11218)
authorChris Rands <c_rands100@hotmail.com>
Wed, 19 Dec 2018 16:19:39 +0000 (17:19 +0100)
committerBarry Warsaw <barry@python.org>
Wed, 19 Dec 2018 16:19:39 +0000 (08:19 -0800)
* extending the joke!

* ðŸ“œðŸ¤– Added by blurb_it.

Lib/__future__.py
Misc/NEWS.d/next/Library/2018-12-18-21-12-25.bpo-35526.fYvo6H.rst [new file with mode: 0644]

index ce8bed7a643cdd48e09af501bcef88f98786dc06..e1135685d846ce7064559aa4aa4c24839f7145aa 100644 (file)
@@ -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),
diff --git a/Misc/NEWS.d/next/Library/2018-12-18-21-12-25.bpo-35526.fYvo6H.rst b/Misc/NEWS.d/next/Library/2018-12-18-21-12-25.bpo-35526.fYvo6H.rst
new file mode 100644 (file)
index 0000000..ea10963
--- /dev/null
@@ -0,0 +1 @@
+Delaying the 'joke' of barry_as_FLUFL.mandatory to Python version 4.0
\ No newline at end of file