summaryrefslogtreecommitdiff
path: root/Doc/whatsnew/2.2.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-10-30 04:20:23 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-10-30 04:20:23 +0000
commit078aa633fdda1d5b40be45c8206bcb628c58da04 (patch)
treed12d446926058ef7411c74249955ed49775dee91 /Doc/whatsnew/2.2.rst
parent710bae56fb625d2b01dd563c799d56398b5861b4 (diff)
downloadcpython-078aa633fdda1d5b40be45c8206bcb628c58da04.tar.gz
Issue #26638: Work around more CLI options that can?t be linked
* Cannot seem to link directly to main options from the ?unittest? module, because that module has its own set of options * Mask out linking for options that no longer exist in Python 3
Diffstat (limited to 'Doc/whatsnew/2.2.rst')
-rw-r--r--Doc/whatsnew/2.2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.2.rst b/Doc/whatsnew/2.2.rst
index d27b937a81..5f28c29443 100644
--- a/Doc/whatsnew/2.2.rst
+++ b/Doc/whatsnew/2.2.rst
@@ -758,7 +758,7 @@ Here are the changes 2.2 introduces:
operators.
* Python 2.2 supports some command-line arguments for testing whether code will
- work with the changed division semantics. Running python with :option:`-Q
+ work with the changed division semantics. Running python with :option:`!-Q
warn` will cause a warning to be issued whenever division is applied to two
integers. You can use this to find code that's affected by the change and fix
it. By default, Python 2.2 will simply perform classic division without a