This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author NeilGirdhar
Recipients Jeff.Kaufman, Joshua.Landau, NeilGirdhar, SpaghettiToastBook, andybuckley, belopolsky, benjamin.peterson, berker.peksag, eric.snow, ethan.furman, ezio.melotti, georg.brandl, gvanrossum, ncoghlan, paul.moore, pconnell, r.david.murray, terry.reedy, twouters, zbysz
Date 2015-02-09.23:15:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423523737.74.0.766494247363.issue2292@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you, Benjamin.

It's my nature to keep code consistent/clean, but I realize that I can get carried away.  Should I revert all incidental PEP 7 style changes?

Regarding the args/keywords, where do you mean?  If you're talking about compile.c, we can't merge them because the call_function operand expects to see the positional arguments below the keyword arguments on the stack.
History
Date User Action Args
2015-02-09 23:15:37NeilGirdharsetrecipients: + NeilGirdhar, gvanrossum, twouters, georg.brandl, terry.reedy, paul.moore, ncoghlan, belopolsky, benjamin.peterson, ezio.melotti, andybuckley, r.david.murray, zbysz, ethan.furman, eric.snow, berker.peksag, Joshua.Landau, pconnell, Jeff.Kaufman, SpaghettiToastBook
2015-02-09 23:15:37NeilGirdharsetmessageid: <1423523737.74.0.766494247363.issue2292@psf.upfronthosting.co.za>
2015-02-09 23:15:37NeilGirdharlinkissue2292 messages
2015-02-09 23:15:37NeilGirdharcreate