From: Georg Brandl Date: Tue, 1 May 2012 07:29:56 +0000 (+0200) Subject: Suspicious markup check. X-Git-Tag: v3.3.0a3~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebb29640fa73bf9de031650be013df3a375f62a4;p=thirdparty%2FPython%2Fcpython.git Suspicious markup check. --- diff --git a/Doc/howto/logging-cookbook.rst b/Doc/howto/logging-cookbook.rst index 621fdcb7ee6c..bb9c1666363e 100644 --- a/Doc/howto/logging-cookbook.rst +++ b/Doc/howto/logging-cookbook.rst @@ -1599,7 +1599,7 @@ UTF-8, then you need to do the following: '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 index a3d8d0bef964..555ec030927e 100644 --- a/Doc/tools/sphinxext/susp-ignored.csv +++ b/Doc/tools/sphinxext/susp-ignored.csv @@ -87,6 +87,7 @@ library/functions,,:stop,"a[start:stop, i]" 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"