summaryrefslogtreecommitdiff
path: root/docs/narr/upgrading.rst
diff options
context:
space:
mode:
authorMichael Merickel <mmerickel@users.noreply.github.com>2016-04-12 19:01:57 -0500
committerMichael Merickel <mmerickel@users.noreply.github.com>2016-04-12 19:01:57 -0500
commitefaf7300c9c3ef2a795aae7f724bf5b02e96cd75 (patch)
tree71d519b06340bb6bf7f686b4429a5d51235bf42f /docs/narr/upgrading.rst
parent73cd1e62745fddee602e95837f155ffd499e51b7 (diff)
parentccd9e10cb15fa7256feb47663eb994cd00dfe782 (diff)
downloadpyramid-efaf7300c9c3ef2a795aae7f724bf5b02e96cd75.tar.gz
pyramid-efaf7300c9c3ef2a795aae7f724bf5b02e96cd75.tar.bz2
pyramid-efaf7300c9c3ef2a795aae7f724bf5b02e96cd75.zip
Merge pull request #2467 from Pylons/remove.py26
Remove: py26
Diffstat (limited to 'docs/narr/upgrading.rst')
-rw-r--r--docs/narr/upgrading.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/narr/upgrading.rst b/docs/narr/upgrading.rst
index cacfba92a..fcdce4f8d 100644
--- a/docs/narr/upgrading.rst
+++ b/docs/narr/upgrading.rst
@@ -127,8 +127,6 @@ you can see DeprecationWarnings printed to the console when the tests run.
$ python -Wd setup.py test -q
The ``-Wd`` argument tells Python to print deprecation warnings to the console.
-Note that the ``-Wd`` flag is only required for Python 2.7 and better: Python
-versions 2.6 and older print deprecation warnings to the console by default.
See `the Python -W flag documentation
<http://docs.python.org/using/cmdline.html#cmdoption-W>`_ for more information.