summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authortarek <none@none>2010-01-24 23:17:23 +0100
committertarek <none@none>2010-01-24 23:17:23 +0100
commit5c528f51ae4ce4dd5359c350af9f0b3cacee36ba (patch)
treeecd4a234e53c6ac67a177bd4ddaeb822641c9cfe /docs
parent8b3effb4f5fc0ee84fdf1e36d8bb7d8a17f1258d (diff)
downloadpython-setuptools-git-5c528f51ae4ce4dd5359c350af9f0b3cacee36ba.tar.gz
Python 2.7 compat
--HG-- branch : distribute extra : rebase_source : f60f3110e0dd27c406f8fc48c4ed49da4dec8cac
Diffstat (limited to 'docs')
-rw-r--r--docs/setuptools.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt
index 2e2366f6..da159bfe 100644
--- a/docs/setuptools.txt
+++ b/docs/setuptools.txt
@@ -405,13 +405,13 @@ unless you need the associated ``setuptools`` feature.
below on `Automatic Resource Extraction`_.
``use_2to3``
- Convert the source code from Python 2 to Python 3 with 2to3 during the
+ Convert the source code from Python 2 to Python 3 with 2to3 during the
build process. See :doc:`python3` for more details.
``convert_2to3_doctests``
- List of doctest source files that need to be converted with 2to3.
+ List of doctest source files that need to be converted with 2to3.
See :doc:`python3` for more details.
-
+
``use_2to3_fixers``
A list of modules to search for additional fixers to be used during
the 2to3 conversion. See :doc:`python3` for more details.
@@ -2726,7 +2726,7 @@ History
C-based module, instead of getting a ``NameError``).
0.6c7
- * Fixed ``distutils.filelist.findall()`` crashing on broken symlinks, and
+ * Fixed ``distutils.filelist.findall()`` crashing on broken symlinks, and
``egg_info`` command failing on new, uncommitted SVN directories.
* Fix import problems with nested namespace packages installed via
@@ -2753,7 +2753,7 @@ History
* Fix ``find_packages()`` treating ``ez_setup`` and directories with ``.`` in
their names as packages.
-
+
0.6c5
* Fix uploaded ``bdist_rpm`` packages being described as ``bdist_egg``
packages under Python versions less than 2.5.