diff options
author | Georg Brandl <georg@python.org> | 2010-12-19 10:28:46 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-12-19 10:28:46 (GMT) |
commit | c88435023c909dd9575ff81b4c7f86cf68108537 (patch) | |
tree | d88419395b9fe51e37c1690e2ee16ebc8a589d02 /Doc/tools | |
parent | 3de338f47ecc5ec0e07421c3a3739eb4ee44d3f8 (diff) | |
download | cpython-c88435023c909dd9575ff81b4c7f86cf68108537.zip cpython-c88435023c909dd9575ff81b4c7f86cf68108537.tar.gz cpython-c88435023c909dd9575ff81b4c7f86cf68108537.tar.bz2 |
Fix markup error and update suspicious file.
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/sphinxext/susp-ignored.csv | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Doc/tools/sphinxext/susp-ignored.csv b/Doc/tools/sphinxext/susp-ignored.csv index 1287407..3482893 100644 --- a/Doc/tools/sphinxext/susp-ignored.csv +++ b/Doc/tools/sphinxext/susp-ignored.csv @@ -331,3 +331,15 @@ library/configparser,,:path,python_dir: ${Frameworks:path}/Python/Versions/${Fra library/configparser,,:Python,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python} library/pdb,,:lineno,[filename:lineno | bpnumber [bpnumber ...]] library/pdb,,:lineno,filename:lineno +library/logging,,:Watch,WARNING:root:Watch out! +library/logging,,:So,INFO:root:So should this +library/logging,,:Started,INFO:root:Started +library/logging,,:Doing,INFO:root:Doing something +library/logging,,:Finished,INFO:root:Finished +library/logging,,:Look,WARNING:root:Look before you leap! +library/logging,,:So,INFO:So should this +library/logging,,:logger,severity:logger name:message +library/logging,,:message,severity:logger name:message +whatsnew/3.2,,:directory,... ${buildout:directory}/downloads/dist +whatsnew/3.2,,:location,... zope9-location = ${zope9:location} +whatsnew/3.2,,:prefix,... zope-conf = ${custom:prefix}/etc/zope.conf |