[New-bugs-announce] [issue38307] Provide Class' end line in readmodule module

Aviral report at bugs.python.org
Sat Sep 28 13:26:30 EDT 2019


New submission from Aviral <hi at aviralsrivastava.com>:

Currently, the `readmodule` returns the starting line of the classes but not the end line. This should be provided as well in order to get the scope of the class, mainly to help check what all imports were used in a class.

----------
components: Library (Lib)
messages: 353467
nosy: aviral
priority: normal
severity: normal
status: open
title: Provide Class' end line in readmodule module
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38307>
_______________________________________


More information about the New-bugs-announce mailing list