Suspicious markup check.

This commit is contained in:
Georg Brandl 2012-05-01 09:29:56 +02:00
parent 0aca6a8235
commit ebb29640fa
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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"

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
87 library/functions :stop a[start:stop:step]
88 library/hotshot :lineno ncalls tottime percall cumtime percall filename:lineno(function)
89 library/http.client 52 :port host:port
90 library/http.cookies ` !#$%&'*+-.^_`|~:
91 library/httplib :port host:port
92 library/imaplib :MM "DD-Mmm-YYYY HH:MM:SS
93 library/imaplib :SS "DD-Mmm-YYYY HH:MM:SS