]> granicus.if.org Git - python/commit
Issue #7092: Fix the DeprecationWarnings emitted by the standard library
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 4 Jan 2010 23:22:44 +0000 (23:22 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 4 Jan 2010 23:22:44 +0000 (23:22 +0000)
commitb9d4963a989accce30234b7b74bce874c0142209
tree63fa25095a756b9def7c84cf7eb88d68c2412e29
parentb9c3ed4f82d3551c9906da55ddb8059ac3b5ce94
Issue #7092: Fix the DeprecationWarnings emitted by the standard library
when using the -3 flag.  Patch by Florent Xicluna.
18 files changed:
Lib/binhex.py
Lib/bsddb/__init__.py
Lib/compiler/ast.py
Lib/compiler/pycodegen.py
Lib/dbhash.py
Lib/formatter.py
Lib/imputil.py
Lib/lib2to3/pgen2/tokenize.py
Lib/mailbox.py
Lib/pprint.py
Lib/pstats.py
Lib/sets.py
Lib/sunau.py
Lib/unittest/case.py
Lib/wave.py
Lib/webbrowser.py
Misc/NEWS
Tools/compiler/astgen.py