From b6d857a460a962073234eec7de2154370567a49b Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Wed, 31 Aug 2005 12:58:09 +0000 Subject: [PATCH] Begin 2.3.6 news section; record PCRE fix --- Misc/NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 3d4ca9a71530..48c54cdd7f6e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -4,6 +4,17 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.3.6rc1? +============================== + +*Release date: XX-XXX-200X* + +Extension modules +----------------- + +- Apply fix for potential heap overflow in PCRE code (CAN-2005-2491). + + What's New in Python 2.3.5? ============================== -- 2.47.3