[Python-Dev] Re: My apologies to the list

2021-08-25 Thread Steve Holden
You forgot: 5. When I just don't damned well feel like it. Kind regards, Steve On Wed, Aug 25, 2021 at 8:25 PM Brett Cannon wrote: > I just wanted to apologize for any angst or noise my replies to Marco > caused folks. I should have known that correcting Marco on how to address > me would

[Python-Dev] Re: Should PEP 8 be updated for Python 3 only?

2021-08-25 Thread Steve Holden
I suspect it's the same motivation that makes us comment out a block of code rather than deleting it, even though we know the VCS will let us retirive it whenever we want. If I'm wrong it won't be fatal. Or surprising ;-) Kind regards, Steve On Wed, Aug 25, 2021 at 8:53 PM Eric V. Smith wrote:

[Python-Dev] Re: Should PEP 8 be updated for Python 3 only?

2021-08-25 Thread Christopher Barker
I'm working on a PR now. It seems there is little support for keeping the python2 content in the docs, so I'm re-writing it as though it was never there. If someone wants to add a note about Python 2, of course that can be added later. Note that "moving the Python 2 content to a section at the

[Python-Dev] Re: Should PEP 8 be updated for Python 3 only?

2021-08-25 Thread Terry Reedy
On 8/25/2021 6:48 PM, Steve Holden wrote: I suspect it's the same motivation that makes us comment out a block of code rather than deleting it, even though we know the VCS will let us retirive it whenever we want. If I'm wrong it won't be fatal. Or surprising ;-) Kind regards, Steve On

[Python-Dev] Re: Is anyone relying on new-bugs-announce/python-bugs-list/bugs.python.org summaries

2021-08-25 Thread Marc-Andre Lemburg
On 24.08.2021 00:11, Ammar Askar wrote: > Hey everyone, > > As part of PEP 588, migrating bugs.python.org issues to Github, there > are two current mailing list related items that need a replacement or > need to be turned down. > > 1. Weekly summary emails with bug counts and issues from the

[Python-Dev] Re: Should PEP 8 be updated for Python 3 only?

2021-08-25 Thread Christopher Barker
OK, PR here: https://github.com/python/peps/pull/2059 Interesting some of the cruft in there e.g. still referring to "new style classes" :-) I'll leave it to the PEP editors to decide about a note about Python 2. -CHB On Wed, Aug 25, 2021 at 10:28 PM Stephen J. Turnbull <

[Python-Dev] Notes on PEP 8

2021-08-25 Thread Christopher Barker
As I was working on removing Python 2 references from PEP 8 (PR: https://github.com/python/peps/pull/2059), I tried to avoid any other copy-editing. However, I noted a few things that maybe could use some attention: stdlib or not? ## Right at the top, it says: "This document gives

[Python-Dev] Re: Should PEP 8 be updated for Python 3 only?

2021-08-25 Thread Stephen J. Turnbull
Terry Reedy writes: > We could add (perhaps at the end of the first paragraph) something like > "(Since the 2.x stdlib is frozen, all 2.x-specific guidelines were > removed in Sept 2021.)" Anyone interested could then check git log for > the last commit before then. How about including

[Python-Dev] Re: Should PEP 8 be updated for Python 3 only?

2021-08-25 Thread Brett Cannon
On Wed, Aug 25, 2021 at 10:32 AM Mike Miller wrote: > > How about moving Python 2 notes into a section at the bottom? > I don't think that's useful. PEP 8 is still meant for the stdlib which is obviously not using Python 2, so it just becomes baggage. Plus if people want to refer to the old

[Python-Dev] My apologies to the list

2021-08-25 Thread Brett Cannon
I just wanted to apologize for any angst or noise my replies to Marco caused folks. I should have known that correcting Marco on how to address me would have triggered an outsized reply (the real intent of that overall email was to communicate the process of banning someone to the rest of the list

[Python-Dev] Re: Should PEP 8 be updated for Python 3 only?

2021-08-25 Thread Eric V. Smith
I think we’re better off removing them. 2.7 is completely unsupported by us. Why do you think they should still be kept? -- Eric > On Aug 25, 2021, at 1:32 PM, Mike Miller wrote: > >  > How about moving Python 2 notes into a section at the bottom? > > > -Mike >

[Python-Dev] Re: Should PEP 8 be updated for Python 3 only?

2021-08-25 Thread Mike Miller
How about moving Python 2 notes into a section at the bottom? -Mike ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/