Issue #7092: Fix the DeprecationWarnings emitted by the standard library
commit2b89febcfe6e35f69afc86d8ee01990976277bd3
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 4 Jan 2010 23:22:44 +0000 (4 23:22 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 4 Jan 2010 23:22:44 +0000 (4 23:22 +0000)
tree986fd3d91ee241d4046ff4daca5eb7f503650f99
parentb77cb93d22db60074ffa69c055922506a581f959
Issue #7092: Fix the DeprecationWarnings emitted by the standard library
when using the -3 flag.  Patch by Florent Xicluna.

git-svn-id: http://svn.python.org/projects/python/trunk@77310 6015fed2-1504-0410-9fe1-9d1591cc4771
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