◐ Shell
clean mode source ↗

bpo-38307: Add end_lineno attribute to pyclbr _Objects by kebab-mai-haddi · Pull Request #24348 · python/cpython

and others added 23 commits

September 28, 2019 13:21
…va254084/cpython into endline-in-readmodule-module

@kebab-mai-haddi kebab-mai-haddi changed the title Endline in readmodule module bpo-38307: Endline in readmodule of pyclbr

Jan 27, 2021

@kebab-mai-haddi

…addi/cpython into endline-in-readmodule-module

terryjreedy

@terryjreedy

merwok

@terryjreedy

terryjreedy

merwok

Co-authored-by: Éric Araujo <merwok@netwok.org>

@terryjreedy terryjreedy changed the title bpo-38307: Endline in readmodule of pyclbr bpo-38307: Add endline to pyclbr Objects

Feb 1, 2021

@terryjreedy terryjreedy changed the title bpo-38307: Add endline to pyclbr Objects bpo-38307: Add end_lineno attribute to pyclbr _Objects

Feb 1, 2021

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 13, 2021
For back-compatibility, make the new constructor parameter for public classes Function and Class
keyword-only with a default of None.

Co-authored-by: Aviral Srivastava <aviralsrivastava@Avirals-MacBook-Air.local
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>