Re: [Python-ideas] pdb to support running modules

2018-01-04 Thread Lisa Roach
I also +1 this idea, I don't see a reason why we couldn't run pdb on the modules. On Thu, Jan 4, 2018 at 12:29 PM, Devin Jeanpierre wrote: > On Thu, Jan 4, 2018 at 1:56 PM, Mario Corchero > wrote: > > Since PEP 338 we can run python modules as a

Re: [Python-ideas] Improve error message when missing 'self' in method definition

2016-10-05 Thread Lisa Roach
+1 I've definitely seen a lot of new users make this error, an improved message could go a long way. On Tue, Oct 4, 2016 at 1:52 PM, Nathan Goldbaum wrote: > Hi all, > > Recently pypy received a patch that improves the error message one gets > when 'self' is missing in a