Update suspicious file.

This commit is contained in:
Georg Brandl 2010-11-26 08:33:56 +00:00
parent b727650e0c
commit 3fd9ef8f65
1 changed files with 2 additions and 2 deletions

View File

@ -200,8 +200,8 @@ faq/programming,,:chr,">=4.0) or 1+f(xc,yc,x*x-y*y+xc,2.0*x*y+yc,k-1,f):f(xc,yc,
faq/programming,,::,for x in sequence[::-1]:
faq/windows,229,:EOF,@setlocal enableextensions & python -x %~f0 %* & goto :EOF
faq/windows,393,:REG,.py :REG_SZ: c:\<path to python>\python.exe -u %s %s
library/bisect,32,:hi,all(val >= x for val in a[i:hi])
library/bisect,42,:hi,all(val > x for val in a[i:hi])
library/bisect,,:hi,all(val >= x for val in a[i:hi])
library/bisect,,:hi,all(val > x for val in a[i:hi])
library/http.client,52,:port,host:port
library/nntplib,,:bytes,:bytes
library/nntplib,,:lines,:lines

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
200 faq/programming :: for x in sequence[::-1]:
201 faq/windows 229 :EOF @setlocal enableextensions & python -x %~f0 %* & goto :EOF
202 faq/windows 393 :REG .py :REG_SZ: c:\<path to python>\python.exe -u %s %s
203 library/bisect 32 :hi all(val >= x for val in a[i:hi])
204 library/bisect 42 :hi all(val > x for val in a[i:hi])
205 library/http.client 52 :port host:port
206 library/nntplib :bytes :bytes
207 library/nntplib :lines :lines