[issue38406] Missed some public names in help(typing)

2019-10-08 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Sorry, I looked at wrong Python version. -- resolution: -> works for me stage: -> resolved status: open -> closed ___ Python tracker ___

[issue38406] Missed some public names in help(typing)

2019-10-08 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : Special forms NoReturn, Final, Literal and class ForwardRef are not shown in the help() output. -- components: Library (Lib) messages: 354177 nosy: gvanrossum, levkivskyi, serhiy.storchaka priority: normal severity: normal status: open title: Miss