diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-10-20 00:59:41 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-10-20 00:59:41 (GMT) |
commit | a1331c4700388e3efd81586225a95964717c560c (patch) | |
tree | 260ec06645c96490fb70e9788d96e195bb2775d3 /Doc | |
parent | 3b1cb710843d3015331d6205bc5cbb9a91fd77a2 (diff) | |
parent | 1d1697930b3bc543d17a66b85cd2e4b98b97614f (diff) | |
download | cpython-a1331c4700388e3efd81586225a95964717c560c.zip cpython-a1331c4700388e3efd81586225a95964717c560c.tar.gz cpython-a1331c4700388e3efd81586225a95964717c560c.tar.bz2 |
Silence a "unused rule" warning
This one should make Docs 3.5 and Docs 3.x green again.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index f7c3bde..2a95fca 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -288,7 +288,7 @@ library/zipapp,31,:main,"$ python -m zipapp myapp -m ""myapp:main""" library/zipapp,82,:fn,"argument should have the form ""pkg.mod:fn"", where ""pkg.mod"" is a" library/zipapp,155,:callable,"""pkg.module:callable"" and the archive will be run by importing" library/stdtypes,,::,>>> m[::2].tolist() -library/sys,1115,`,# ``wrapper`` creates a ``wrap(coro)`` coroutine: +library/sys,,`,# ``wrapper`` creates a ``wrap(coro)`` coroutine: tutorial/venv,77,:c7b9645a6f35,"Python 3.4.3+ (3.4:c7b9645a6f35+, May 22 2015, 09:31:25)" whatsnew/3.5,,:root,'WARNING:root:warning\n' whatsnew/3.5,,:warning,'WARNING:root:warning\n' |