]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 72050 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 27 Apr 2009 21:06:06 +0000 (21:06 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 27 Apr 2009 21:06:06 +0000 (21:06 +0000)
commitaa68210d718e34cc16ef4b63359fd599b4ab0506
tree72dd5625ae838387444729237a0bbb9ea98aa39d
parente81931243895ee1d69e7d9550d4d202c24004456
Merged revisions 72050 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r72050 | antoine.pitrou | 2009-04-27 23:04:19 +0200 (lun., 27 avril 2009) | 11 lines

  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