Index: Misc/NEWS =================================================================== --- Misc/NEWS (revision 47214) +++ Misc/NEWS (working copy) @@ -4,6 +4,16 @@ (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.6? +========================= + +Library +------- + +- The isCallable() and sequenceIncludes() functions have been removed from + the operator module. They had been deprecated since Python 2.0. + + What's New in Python 2.5 beta 2? ================================