summaryrefslogtreecommitdiff
path: root/doc/build/changelog/migration_11.rst
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2016-01-24 18:28:09 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2016-01-24 18:28:09 -0500
commit6b0515039214fa16aa83c9f8164d7011e4748175 (patch)
treebf8c03389721146fd269c5c152d6815839db30b9 /doc/build/changelog/migration_11.rst
parent926784f51361f510fffcc192bdbde78ff2189438 (diff)
downloadsqlalchemy-6b0515039214fa16aa83c9f8164d7011e4748175.tar.gz
- add a new qualifier "native" vs. "dbapi" unicode to avoid
profiling problems here - add extras_require to setup.py for the most common DBAPIs - rework tox.ini to use extras, specify a test matrix built in
Diffstat (limited to 'doc/build/changelog/migration_11.rst')
-rw-r--r--doc/build/changelog/migration_11.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/changelog/migration_11.rst b/doc/build/changelog/migration_11.rst
index d8bb0d641..1e440dc33 100644
--- a/doc/build/changelog/migration_11.rst
+++ b/doc/build/changelog/migration_11.rst
@@ -38,8 +38,8 @@ SQLAlchemy's ``setup.py`` file has for many years supported operation
both with Setuptools installed and without; supporting a "fallback" mode
that uses straight Distutils. As a Setuptools-less Python environment is
now unheard of, and in order to support the featureset of Setuptools
-more fully, in particular to support py.test's integration with it,
-``setup.py`` now depends on Setuptools fully.
+more fully, in particular to support py.test's integration with it as well
+as things like "extras", ``setup.py`` now depends on Setuptools fully.
.. seealso::