cpython/Doc/reference
Georg Brandl fb362c33ff Merged revisions 66928,66936,66939-66940 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66928 | georg.brandl | 2008-10-16 20:20:56 +0000 (Thu, 16 Oct 2008) | 2 lines

  Add more TOC to the whatsnew index page.
........
  r66936 | georg.brandl | 2008-10-16 21:20:15 +0000 (Thu, 16 Oct 2008) | 2 lines

  #4131: FF3 doesn't write cookies.txt files.
........
  r66939 | georg.brandl | 2008-10-16 21:36:39 +0000 (Thu, 16 Oct 2008) | 2 lines

  part of #4012: kill off old name "processing".
........
  r66940 | georg.brandl | 2008-10-16 21:38:48 +0000 (Thu, 16 Oct 2008) | 2 lines

  #4083: add "as" to except handler grammar as per PEP 3110.
........
2008-10-16 21:44:19 +00:00
..
compound_stmts.rst Merged revisions 66928,66936,66939-66940 via svnmerge from 2008-10-16 21:44:19 +00:00
datamodel.rst Issue 2235: document the ability to block inheritance of __hash__ in the language reference 2008-08-31 13:10:50 +00:00
executionmodel.rst #1760: try-except-finally is one statement since PEP 341. 2008-05-12 17:14:51 +00:00
expressions.rst mention how to override boolean evaluation 2008-09-23 13:32:46 +00:00
grammar.rst Add the grammar to the reference manual, since the new docs don't 2008-08-01 20:04:43 +00:00
index.rst Use title case 2008-09-13 02:08:30 +00:00
introduction.rst Fix lots of broken links in the docs, found by Sphinx' external link checker. 2008-03-15 00:20:19 +00:00
lexical_analysis.rst Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. 2008-09-13 17:41:16 +00:00
simple_stmts.rst #3914: add //= to the augmented assign operators. 2008-09-21 07:18:28 +00:00
toplevel_components.rst