summaryrefslogtreecommitdiffstats
path: root/FOSS/Python/Dependencies/future-0.18.2/docs/hindsight.rst
diff options
context:
space:
mode:
Diffstat (limited to 'FOSS/Python/Dependencies/future-0.18.2/docs/hindsight.rst')
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/hindsight.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/FOSS/Python/Dependencies/future-0.18.2/docs/hindsight.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/hindsight.rst
deleted file mode 100644
index b4654c6..0000000
--- a/FOSS/Python/Dependencies/future-0.18.2/docs/hindsight.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-In a perfect world, the new metaclass syntax should ideally be available in
-Python 2 as a `__future__`` import like ``from __future__ import
-new_metaclass_syntax``.