adding curses.ascii, curses.panel and curses.textpad modules (#1792)

* adding ascii, panal and textpad modules to the curses module.

* added curses/panel.pyi and curses/textpad.pyi to test/pytype_blacklist.txt
just like curses/__init__.pyi because they all import _curses. (This
may not be the right thing to do)
This commit is contained in:
gossrock
2018-01-26 22:39:55 +00:00
committed by Jelle Zijlstra
parent 372b541a07
commit 79e0b94ef1
4 changed files with 95 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ stdlib/3/concurrent/futures/__init__.pyi # parse only
stdlib/3/concurrent/futures/process.pyi # parse only
stdlib/3/concurrent/futures/thread.pyi # parse only
stdlib/3/curses/__init__.pyi # parse only
stdlib/3/curses/panel.pyi # parse only
stdlib/3/curses/textpad.pyi # parse only
stdlib/3/email/__init__.pyi # parse only
stdlib/3/email/contentmanager.pyi # parse only
stdlib/3/email/encoders.pyi # parse only