mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
Mention new curses.panel module
This commit is contained in:
parent
10a2787313
commit
f6f3a89fbd
1 changed files with 3 additions and 0 deletions
|
@ -122,6 +122,9 @@ Standard library
|
|||
right. Code that doesn't care where equal elements end up should
|
||||
continue to use the old, short names ("bisect" and "insort").
|
||||
|
||||
- The new curses.panel module wraps the panel library that forms part
|
||||
of SYSV curses and ncurses. Contributed by Thomas Gellekum.
|
||||
|
||||
- The SocketServer module now sets the allow_reuse_address flag by
|
||||
default in the TCPServer class.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue