]> granicus.if.org Git - python/commit
Merged revisions 77310-77311 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 2 Aug 2010 00:24:26 +0000 (00:24 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 2 Aug 2010 00:24:26 +0000 (00:24 +0000)
commit8dc04a4dd1fc0e8c5feaba7308eaf8b8c8df8373
tree8a4de788c6c22e4d185f43b199735b44607fdf88
parent8c7fe2d6f98908a597fec05767dc8a032c06dc61
Merged revisions 77310-77311 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77310 | antoine.pitrou | 2010-01-05 01:22:44 +0200 (Tue, 05 Jan 2010) | 4 lines

  Issue #7092: Fix the DeprecationWarnings emitted by the standard library
  when using the -3 flag.  Patch by Florent Xicluna.
........
  r77311 | antoine.pitrou | 2010-01-05 01:28:16 +0200 (Tue, 05 Jan 2010) | 3 lines

  Kill a couple of "<>"
........
19 files changed:
Lib/binhex.py
Lib/bsddb/__init__.py
Lib/compiler/ast.py
Lib/compiler/pycodegen.py
Lib/dbhash.py
Lib/email/test/test_email.py
Lib/email/test/test_email_renamed.py
Lib/formatter.py
Lib/imputil.py
Lib/mailbox.py
Lib/pprint.py
Lib/pstats.py
Lib/sets.py
Lib/sunau.py
Lib/test/test_wsgiref.py
Lib/wave.py
Lib/webbrowser.py
Misc/NEWS
Tools/compiler/astgen.py