From: Benjamin Peterson Date: Sun, 27 Apr 2008 03:02:57 +0000 (+0000) Subject: Blocked revisions 62517-62518 via svnmerge X-Git-Tag: v3.0a5~60 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d321d99b0cc9fec71ed9c39bd53a0ef5bb10fb70;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 62517-62518 via svnmerge ........ r62517 | benjamin.peterson | 2008-04-26 21:28:02 -0500 (Sat, 26 Apr 2008) | 2 lines Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k warnings to the use of this function soon. ........ r62518 | benjamin.peterson | 2008-04-26 22:01:45 -0500 (Sat, 26 Apr 2008) | 2 lines Use PyErr_WarnPy3k throughout ........ ---