[Python-ideas] Allow parentheses to be used with "with" block
Chris Angelico
rosuav at gmail.com
Mon Feb 16 16:13:48 CET 2015
On Tue, Feb 17, 2015 at 2:00 AM, Mark Lawrence <breamoreboy at yahoo.co.uk> wrote:
> In exactly the same way that I ignore PEP8? We're only talking guides here,
> not cast in stone must do or else.
PEP 8 specifically copes with this problem by saying that backslashes
are sometimes necessary. But yes, there are times when you should
ignore a style guide.
ChrisA
More information about the Python-ideas
mailing list