Bert JW Regeer
2016-04-11 480de0bad931c6b64013e63b3af66902336e65a4
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.
1 files modified
2 ■■■■■ changed files
docs/narr/upgrading.rst 2 ●●●●● patch | view | raw | blame | history
docs/narr/upgrading.rst
@@ -127,8 +127,6 @@
   $ 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.