Merged revisions 71397-71398,71441 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71397 | georg.brandl | 2009-04-08 18:36:39 +0200 (Mi, 08 Apr 2009) | 1 line

  Remove redundant backtick.
........
  r71398 | georg.brandl | 2009-04-08 18:39:04 +0200 (Mi, 08 Apr 2009) | 1 line

  Update ignore file for suspicious builder.
........
  r71441 | georg.brandl | 2009-04-10 10:16:47 +0200 (Fr, 10 Apr 2009) | 1 line

  Let "lambda" point to the correct heading.
........
This commit is contained in:
Georg Brandl 2009-04-28 18:11:53 +00:00
parent 19844eb92a
commit 583bdc0b42
2 changed files with 3 additions and 2 deletions

View File

@ -1177,6 +1177,7 @@ not bother to return a value of the same type as its argument, so e.g., ``not
.. _lambdas:
.. _lambda:
Lambdas
=======
@ -1201,8 +1202,6 @@ behaves like a function object defined with ::
See section :ref:`function` for the syntax of parameter lists. Note that
functions created with lambda forms cannot contain statements.
.. _lambda:
.. _exprlists:

View File

@ -48,6 +48,8 @@ library/hotshot,,:lineno,"ncalls tottime percall cumtime percall filename:li
library/httplib,,:port,host:port
library/imaplib,,:MM,"""DD-Mmm-YYYY HH:MM:SS +HHMM"""
library/imaplib,,:SS,"""DD-Mmm-YYYY HH:MM:SS +HHMM"""
library/itertools,,:stop,elements from seq[start:stop:step]
library/itertools,,:step,elements from seq[start:stop:step]
library/linecache,,:sys,"sys:x:3:3:sys:/dev:/bin/sh"
library/logging,,:And,
library/logging,,:package1,

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
48 library/httplib :port host:port
49 library/imaplib :MM "DD-Mmm-YYYY HH:MM:SS +HHMM"
50 library/imaplib :SS "DD-Mmm-YYYY HH:MM:SS +HHMM"
51 library/itertools :stop elements from seq[start:stop:step]
52 library/itertools :step elements from seq[start:stop:step]
53 library/linecache :sys sys:x:3:3:sys:/dev:/bin/sh
54 library/logging :And
55 library/logging :package1