mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user