From e9b0b1ba2a0c3e21dc46e16ae5274ae7aa3cb044 Mon Sep 17 00:00:00 2001 From: ptmcg Date: Sun, 6 Nov 2022 17:31:29 -0600 Subject: Update proposed release timings for 3.1.0 and 4.0 --- CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 9e7dcfb..f3784e2 100644 --- a/CHANGES +++ b/CHANGES @@ -6,9 +6,9 @@ Version 3.0.10 - (in development) --------------------------------- NOTE: In the future release 3.1.0, use of many of the pre-PEP8 methods (such as `ParserElement.parseString`) will start to raise `DeprecationWarnings`. 3.1.0 should -get released some time in August or September, 2022. I currently plan to completely +get released some time in early 2023. I currently plan to completely drop the pre-PEP8 methods in pyparsing 4.0, though we won't see that release until -at least late 2023. So there is plenty of time to convert existing parsers to +at least late 2023 or early 2024. So there is plenty of time to convert existing parsers to the new function names before the old functions are completely removed. (Big help from Devin J. Pohly in structuring the code to enable this peaceful transition.) -- cgit v1.2.1