From: Benjamin Peterson Date: Wed, 1 Apr 2009 20:38:13 +0000 (+0000) Subject: barry has already been causing test breakage X-Git-Tag: v3.1a2~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91d7dfd77c85c0549b48d2bb281e83b51d38c0c4;p=thirdparty%2FPython%2Fcpython.git barry has already been causing test breakage --- diff --git a/Lib/__future__.py b/Lib/__future__.py index 5ff282f73c45..8f8a490f297a 100644 --- a/Lib/__future__.py +++ b/Lib/__future__.py @@ -55,6 +55,7 @@ all_feature_names = [ "with_statement", "print_function", "unicode_literals", + "barry_as_FLUFL", ] __all__ = ["all_feature_names"] + all_feature_names