]> granicus.if.org Git - python/commit
Issue #26638: Work around more CLI options that can’t be linked
authorMartin Panter <vadmium+py@gmail.com>
Sun, 30 Oct 2016 04:20:23 +0000 (04:20 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sun, 30 Oct 2016 04:20:23 +0000 (04:20 +0000)
commitb8c5f54248369ff89575c1416a98e13e718a4aa4
treeec20c6bef4bf967d94100a25c64399e3f18d4a7e
parent5c6793394066b012b9674681b0815667938ce4d9
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
Doc/library/unittest.rst
Doc/using/cmdline.rst
Doc/whatsnew/2.2.rst
Doc/whatsnew/2.6.rst
Doc/whatsnew/2.7.rst