From: Georg Brandl Date: Mon, 28 Dec 2009 08:42:45 +0000 (+0000) Subject: Blocked revisions 77089 via svnmerge X-Git-Tag: v3.1.2rc1~217 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7af837a423040af2472756c2fb9e708e6243ce85;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 77089 via svnmerge ................ r77089 | georg.brandl | 2009-12-28 09:41:01 +0100 (Mo, 28 Dez 2009) | 9 lines Merged revisions 77088 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77088 | georg.brandl | 2009-12-28 09:34:58 +0100 (Mo, 28 Dez 2009) | 1 line #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring. ........ ................ ---