Skip to content

Commit 1525000

Browse files
authored
Merge pull request #1 from johnslavik/argparse-pickleable-final-suggestions
Some documentation suggestions for GH-144783
2 parents d196726 + 858c44e commit 1525000

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Doc/library/argparse.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ ArgumentParser objects
137137
.. versionchanged:: 3.15
138138
*suggest_on_error* default changed to ``True``.
139139

140+
.. versionchanged:: next
141+
:class:`~argparse.ArgumentParser` objects are now :mod:`pickleable <pickle>`.
142+
140143
The following sections describe how each of these are used.
141144

142145

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Make sure that :class:`argparse.ArgumentParser` is pickleable.
1+
Make :class:`argparse.ArgumentParser` :mod:`pickleable <pickle>`.

0 commit comments

Comments
 (0)