Recorded merge of revisions 81364 via svnmerge from
commit2c3e617227971487e6abbc8514ef8540f5040e83
authorvictor.stinner <victor.stinner@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 20 May 2010 21:00:34 +0000 (20 21:00 +0000)
committervictor.stinner <victor.stinner@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 20 May 2010 21:00:34 +0000 (20 21:00 +0000)
tree2e87a86de557fffe856ec13c52e10bdfd89dde86
parenta8c812b4454397ff2248f8e251566b3a3e7041c4
Recorded merge of revisions 81364 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r81364 | victor.stinner | 2010-05-19 22:40:50 +0200 (mer., 19 mai 2010) | 3 lines

  Issue #8766: Initialize _warnings module before importing the first module.
  Fix a crash if an empty directory called "encodings" exists in sys.path.
........

git-svn-id: http://svn.python.org/projects/python/branches/release31-maint@81383 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_warnings.py
Misc/NEWS
Python/_warnings.c
Python/pythonrun.c