Skip to content

Commit c7d87ef

Browse files
authored
Reframe news entry, remove versionadded (#2)
1 parent 1525000 commit c7d87ef

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Doc/library/argparse.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,6 @@ 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-
143140
The following sections describe how each of these are used.
144141

145142

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

0 commit comments

Comments
 (0)