[Python-checkins] cpython: Suspicious markup check.

georg.brandl python-checkins at python.org
Tue May 1 09:29:28 CEST 2012


http://hg.python.org/cpython/rev/9509ae977985
changeset:   76688:9509ae977985
user:        Georg Brandl <georg at python.org>
date:        Tue May 01 09:29:56 2012 +0200
summary:
  Suspicious markup check.

files:
  Doc/howto/logging-cookbook.rst       |  2 +-
  Doc/tools/sphinxext/susp-ignored.csv |  1 +
  2 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Doc/howto/logging-cookbook.rst b/Doc/howto/logging-cookbook.rst
--- a/Doc/howto/logging-cookbook.rst
+++ b/Doc/howto/logging-cookbook.rst
@@ -1599,7 +1599,7 @@
 
       'ASCII section\ufeffUnicode section'
 
-   The Unicode code point ``'\feff```, when encoded using UTF-8, will be
+   The Unicode code point ``'\feff'``, when encoded using UTF-8, will be
    encoded as a UTF-8 BOM -- the byte-string ``b'\xef\xbb\xbf'``.
 
 #. Replace the ASCII section with whatever placeholders you like, but make sure
diff --git a/Doc/tools/sphinxext/susp-ignored.csv b/Doc/tools/sphinxext/susp-ignored.csv
--- a/Doc/tools/sphinxext/susp-ignored.csv
+++ b/Doc/tools/sphinxext/susp-ignored.csv
@@ -87,6 +87,7 @@
 library/functions,,:stop,a[start:stop:step]
 library/hotshot,,:lineno,"ncalls  tottime  percall  cumtime  percall filename:lineno(function)"
 library/http.client,52,:port,host:port
+library/http.cookies,,`,!#$%&'*+-.^_`|~:
 library/httplib,,:port,host:port
 library/imaplib,,:MM,"""DD-Mmm-YYYY HH:MM:SS"
 library/imaplib,,:SS,"""DD-Mmm-YYYY HH:MM:SS"

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list