mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Merged revisions 79799 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r79799 | ezio.melotti | 2010-04-05 16:25:51 +0300 (Mon, 05 Apr 2010) | 9 lines Merged revisions 79797 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79797 | ezio.melotti | 2010-04-05 15:51:45 +0300 (Mon, 05 Apr 2010) | 1 line Fix some broken URLs. ........ ................
This commit is contained in:
parent
a0bc7dc475
commit
9e8346cb4d
5 changed files with 6 additions and 6 deletions
|
@ -336,7 +336,7 @@ substring.
|
|||
|
||||
List comprehensions and generator expressions (short form: "listcomps" and
|
||||
"genexps") are a concise notation for such operations, borrowed from the
|
||||
functional programming language Haskell (http://www.haskell.org). You can strip
|
||||
functional programming language Haskell (http://www.haskell.org/). You can strip
|
||||
all the whitespace from a stream of strings with the following code::
|
||||
|
||||
line_list = [' line 1\n', 'line 2 \n', ...]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue