diff options
| author | Bert JW Regeer <bertjw@regeer.org> | 2016-04-10 20:56:01 -0600 |
|---|---|---|
| committer | Bert JW Regeer <bertjw@regeer.org> | 2016-04-12 17:53:34 -0600 |
| commit | 480de0bad931c6b64013e63b3af66902336e65a4 (patch) | |
| tree | 5e57e276b995a9e80142252c10eccbb54f85a38f /docs/narr | |
| parent | 682ca5afcf5cfa1d5f1802f5d95e2a9cf5622f3a (diff) | |
| download | pyramid-480de0bad931c6b64013e63b3af66902336e65a4.tar.gz pyramid-480de0bad931c6b64013e63b3af66902336e65a4.tar.bz2 pyramid-480de0bad931c6b64013e63b3af66902336e65a4.zip | |
Remove note about -Wd flag
Since we no longer support Python 2.6, it becomes a requirement for all
our supported Python versions, and thus the note is no longer required.
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/upgrading.rst | 2 |
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. |
