Raymond Hettinger
|
48d1928b72
|
Issue 7402: Improve reduce() example in the python idioms how-to.
|
2010-10-31 22:00:27 +00:00 |
R. David Murray
|
a1f74816f5
|
Fix typo in previous doc commit.
|
2010-09-11 19:15:40 +00:00 |
R. David Murray
|
a9b14a63dc
|
Merged revisions 84719 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84719 | r.david.murray | 2010-09-11 14:12:25 -0400 (Sat, 11 Sep 2010) | 2 lines
#9608, #8518 : clarify and improve discussion of exceptions in howto.
........
|
2010-09-11 18:57:20 +00:00 |
Georg Brandl
|
0b093e068e
|
#8522: use with statement instead of try-finally for file handling.
|
2010-04-25 10:17:27 +00:00 |
Georg Brandl
|
6f82cd309c
|
#5341: fix "builtin" where used as an adjective ("built-in" is correct).
|
2010-02-06 18:44:44 +00:00 |
Georg Brandl
|
d7d4fd7336
|
builtin -> built-in.
|
2009-07-26 14:37:28 +00:00 |
Georg Brandl
|
bc4af35f9e
|
#6086: fix spelling and use a better exception to catch.
|
2009-05-22 10:40:00 +00:00 |
Benjamin Peterson
|
a7b55a33f8
|
revert r69777 since all the experts agree that extra import lines distract from the code
|
2009-02-20 03:31:23 +00:00 |
Jeroen Ruigrok van der Werven
|
5149742e8b
|
Since we recommend one module per import line, reflect this also in the
documentation.
|
2009-02-19 18:52:21 +00:00 |
Georg Brandl
|
c62ef8b4d9
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
Andrew M. Kuchling
|
4f74769640
|
#2654: fix typo
|
2008-04-18 16:53:09 +00:00 |
Georg Brandl
|
907a720f89
|
A lot more typo fixes by Ori Avtalion.
|
2008-02-22 12:31:45 +00:00 |
Georg Brandl
|
b19be571e0
|
Some cleanup in the docs.
|
2007-12-29 10:57:00 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |