summaryrefslogtreecommitdiff
path: root/docs/whats_new_in_3_0_0.rst
diff options
context:
space:
mode:
authorptmcg <ptmcg@austin.rr.com>2023-04-19 08:25:42 -0500
committerptmcg <ptmcg@austin.rr.com>2023-04-19 08:25:42 -0500
commit6f3d0af494c4d52e979414f8f0f3b4d068b44d8e (patch)
treecdea0e6aed8d4d7e65da1b47c226fa22b52f06a3 /docs/whats_new_in_3_0_0.rst
parentbf5ef482d07ee100474bb77f17fa0ca958a8d7aa (diff)
downloadpyparsing-git-6f3d0af494c4d52e979414f8f0f3b4d068b44d8e.tar.gz
Doc updates, remove references to deprecated delimitedList and delimited_list (use DelimitedList class)
Diffstat (limited to 'docs/whats_new_in_3_0_0.rst')
-rw-r--r--docs/whats_new_in_3_0_0.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/whats_new_in_3_0_0.rst b/docs/whats_new_in_3_0_0.rst
index 5c467b1..2f4fe3d 100644
--- a/docs/whats_new_in_3_0_0.rst
+++ b/docs/whats_new_in_3_0_0.rst
@@ -406,7 +406,7 @@ Other new features
common fields in URLs. See the updated ``urlExtractorNew.py`` file in the
``examples`` directory. Submitted by Wolfgang Fahl.
-- ``delimited_list`` now supports an additional flag ``allow_trailing_delim``,
+- ``DelimitedList`` now supports an additional flag ``allow_trailing_delim``,
to optionally parse an additional delimiter at the end of the list.
Submitted by Kazantcev Andrey.
@@ -675,7 +675,8 @@ counted_array countedArray
cpp_style_comment cppStyleComment
dbl_quoted_string dblQuotedString
dbl_slash_comment dblSlashComment
-delimited_list delimitedList
+DelimitedList delimitedList
+DelimitedList delimited_list
dict_of dictOf
html_comment htmlComment
infix_notation infixNotation