Index: 2.7.rst =================================================================== --- 2.7.rst (revision 70006) +++ 2.7.rst (working copy) @@ -172,6 +172,11 @@ an invalid file descriptor. (Implemented by Benjamin Peterson; :issue:`4991`.) +* The :mod:`curses` module now has support for more of the curses library. + The `color_set` and `addchstr` methods are now supported. + + (Contributed by Steve Owens) + * The :mod:`pydoc` module now has help for the various symbols that Python uses. You can now do ``help('<<')`` or ``help('@')``, for example. (Contributed by David Laban; :issue:`4739`.)