[pypy-commit] pypy better-error-missing-self: document branch

cfbolz pypy.commits at gmail.com
Tue Oct 4 10:23:37 EDT 2016


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
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.


More information about the pypy-commit mailing list