]> granicus.if.org Git - python/commit
Merged revisions 73824,78887,78895,78900,79024 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 23 Mar 2010 13:20:39 +0000 (13:20 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 23 Mar 2010 13:20:39 +0000 (13:20 +0000)
commitc0fd6ffd4f66d97faa23e4f0d0e659a3e5833a46
treeea8fecbc7985fbd2df85552fc1e8900ee8fc89fc
parente67bbfb6efb3e3626e57d74368786260059460b7
Merged revisions 73824,78887,78895,78900,79024 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73824 | ezio.melotti | 2009-07-04 04:18:08 +0300 (Sat, 04 Jul 2009) | 1 line

  #6398 typo: versio. -> version.
........
  r78887 | ezio.melotti | 2010-03-13 02:15:36 +0200 (Sat, 13 Mar 2010) | 1 line

  fix broken links
........
  r78895 | ezio.melotti | 2010-03-13 03:21:34 +0200 (Sat, 13 Mar 2010) | 1 line

  #8011: use exc.tb_lineno instead of traceback.tb_lineno() and pep8ify variable names.
........
  r78900 | ezio.melotti | 2010-03-13 06:39:51 +0200 (Sat, 13 Mar 2010) | 1 line

  Silence compiler warnings.
........
  r79024 | ezio.melotti | 2010-03-17 16:22:34 +0200 (Wed, 17 Mar 2010) | 1 line

  Use "x in y" instead of y.find(x) != -1.
........
Doc/library/bz2.rst
Doc/library/traceback.rst
Lib/test/test_file.py
Lib/test/test_fileio.py
Lib/test/test_minidom.py
Modules/_cursesmodule.c
README