Author: Carl Friedrich Bolz <[email protected]> Branch: better-error-missing-self Changeset: r87566:58809769f9e7 Date: 2016-10-04 16:19 +0200 http://bitbucket.org/pypy/pypy/changeset/58809769f9e7/
Log: document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -51,3 +51,7 @@ .. branch: test-cpyext Refactor cpyext testing to be more pypy3-friendly. + +.. branch: better-error-missing-self + +Improve the error message when the user forgot the "self" argument of a method. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
