Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added Misc/NEWS.d and whatsnew entries
  • Loading branch information
Bas van Beek committed Sep 21, 2020
commit 4066b4bbbfb952950b4e4659ba3f47f479695570
6 changes: 6 additions & 0 deletions Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ Add :data:`sys.orig_argv` attribute: the list of the original command line
arguments passed to the Python executable.
(Contributed by Victor Stinner in :issue:`23427`.)

types
-----

Reintroduced the :data:`types.EllipsisType` class.
(Contributed by Bas van Beek in :issue:`41810`.)

unittest
--------

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:data:`types.EllipsisType` has been reintroduced.