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