From 8139c97cbea01dc4e4f3ce2840e7359389775621 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 7 Jul 2010 21:27:49 +0000 Subject: mention 2.7 --- docs/designdefense.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/designdefense.rst b/docs/designdefense.rst index 8b6291b25..6962b02d7 100644 --- a/docs/designdefense.rst +++ b/docs/designdefense.rst @@ -826,9 +826,9 @@ BFG Has Too Many Dependencies This is true. At the time of this writing, the total number of Python package distributions that :mod:`repoze.bfg` depends upon transitively -is 14 if you use Python 2.6, or 16, if you use Python 2.4 or 2.5. -This is a lot more than zero package distribution dependencies: a -metric which various Python microframeworks and Django boast. +is 14 if you use Python 2.6 or 2.7, or 16 if you use Python 2.4 or +2.5. This is a lot more than zero package distribution dependencies: +a metric which various Python microframeworks and Django boast. The :mod:`zope.component` and :mod:`zope.configuration` packages on which :mod:`repoze.bfg` depends have transitive dependencies on -- cgit v1.2.3