]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 77942,79023 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 2 Aug 2010 18:40:55 +0000 (18:40 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 2 Aug 2010 18:40:55 +0000 (18:40 +0000)
commit3efafd77498def137f4afbcf2abee9aa2aed460a
treee491bca6f159d278f142478ad73b287cd20b958d
parent5ff2745fed91dca3dca20360945562df70ed7767
Merged revisions 77942,79023 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77942 | ezio.melotti | 2010-02-03 07:37:26 +0200 (Wed, 03 Feb 2010) | 1 line

  #7092: Silence more py3k warnings. Patch by Florent Xicluna.
........
  r79023 | ezio.melotti | 2010-03-17 15:52:48 +0200 (Wed, 17 Mar 2010) | 1 line

  #7092: silence some more py3k warnings.
........
41 files changed:
Lib/ctypes/test/test_pep3118.py
Lib/ctypes/test/test_structures.py
Lib/email/test/test_email.py
Lib/email/test/test_email_renamed.py
Lib/sqlite3/test/types.py
Lib/sqlite3/test/userfunctions.py
Lib/test/infinite_reload.py
Lib/test/inspect_fodder.py
Lib/test/regrtest.py
Lib/test/test_binop.py
Lib/test/test_compiler.py
Lib/test/test_descrtut.py
Lib/test/test_dict.py
Lib/test/test_file.py
Lib/test/test_ftplib.py
Lib/test/test_functools.py
Lib/test/test_grammar.py
Lib/test/test_import.py
Lib/test/test_importhooks.py
Lib/test/test_inspect.py
Lib/test/test_io.py
Lib/test/test_itertools.py
Lib/test/test_mutants.py
Lib/test/test_opcodes.py
Lib/test/test_optparse.py
Lib/test/test_ossaudiodev.py
Lib/test/test_pkgimport.py
Lib/test/test_pyexpat.py
Lib/test/test_queue.py
Lib/test/test_random.py
Lib/test/test_repr.py
Lib/test/test_rfc822.py
Lib/test/test_site.py
Lib/test/test_sys.py
Lib/test/test_threadsignals.py
Lib/test/test_trace.py
Lib/test/test_traceback.py
Lib/test/test_with.py
Lib/test/test_wsgiref.py
Lib/test/test_xml_etree.py
Lib/test/test_xml_etree_c.py