From d83963b3f497a59011d840a808b2f8520d43ecc7 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Thu, 16 Jul 2009 09:04:48 -0400 Subject: [PATCH] update TOC --- table-of-contents.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/table-of-contents.html b/table-of-contents.html index 3ff756e..cf52ca8 100755 --- a/table-of-contents.html +++ b/table-of-contents.html @@ -308,11 +308,11 @@ ul li ol{margin:0;padding:0 0 0 2.5em}
  • next() iterator method
  • filter() global function
  • map() global function -
  • reduce() global function (3.1+) +
  • reduce() global function
  • apply() global function
  • intern() global function
  • exec statement -
  • execfile statement (3.1+) +
  • execfile statement
  • repr literals (backticks)
  • try...except statement
  • raise statement @@ -330,7 +330,7 @@ ul li ol{margin:0;padding:0 0 0 2.5em}
  • zip() global function
  • StandardError() exception
  • types module constants -
  • isinstance() global function (3.1+) +
  • isinstance() global function
  • basestring datatype
  • itertools module
  • sys.exc_type, sys.exc_value, sys.exc_traceback