New submission from Rukchad Wongprayoon <mooping3rob...@gmail.com>:
How to reproduce? 1. Make a random module with doc-string in the function 2. Make a python app in new folder (under the module folder) and import it by do ```py import sys sys.path.append("..") import <module> ``` 3. then every function will don't have doc-string included in their function ---------- components: Library (Lib) messages: 416242 nosy: timelessnesses priority: normal severity: normal status: open title: sys.path.append before import the module causing module don't have doc-string? versions: Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue47148> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com