]> granicus.if.org Git - python/commit
Merged revisions 72045 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 27 Apr 2009 21:04:19 +0000 (21:04 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 27 Apr 2009 21:04:19 +0000 (21:04 +0000)
commit57f3d93552edf5f4f5d5e8fad5aff9f72788bc7a
treecdebad863f87fa2560aa2c99de8c5f9208554f98
parent58c8c262f82bf82fe337089685ef14f35a8701b5
Merged revisions 72045 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72045 | antoine.pitrou | 2009-04-27 22:50:20 +0200 (lun., 27 avril 2009) | 5 lines

  Issue #5853: calling a function of the mimetypes module from several threads
  at once could hit the recursion limit if the mimetypes database hadn't been
  initialized before.
........
Lib/mimetypes.py
Misc/NEWS