[Python-ideas] New Python syntax for continuing definitions for existing classes

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Sep 13 19:39:03 EDT 2016


Pim Schellart wrote:

> This PEP proposes the introduction of new syntax to create a community standard,
> readable way to continue a definition for classes which are already defined.

-1. Monkeyatching is something that should be disccouraged
rather than encouraged, since it makes code very hard to
follow.

-- 
Greg


More information about the Python-ideas mailing list