Skip to content

Commit 6ea8b3a

Browse files
committed
Add 3.14 news
1 parent 4577a99 commit 6ea8b3a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,9 @@ uuid
978978
Nil and Max UUID formats as defined by :rfc:`9562`.
979979
(Contributed by Nick Pope in :gh:`128427`.)
980980

981+
* Allow to generate multiple UUIDs at once via :option:`python -m uuid --count <uuid --count>`.
982+
(Contributed by Simon Legner in :gh:`131236`.)
983+
981984

982985
zipinfo
983986
-------
@@ -1390,11 +1393,6 @@ urllib
13901393
:func:`~urllib.request.build_opener`.
13911394
(Contributed by Barney Gale in :gh:`84850`.)
13921395

1393-
uuid
1394-
----
1395-
1396-
* Allow to generate multiple UUIDs at once via :option:`python -m uuid --count <uuid --count>`.
1397-
(Contributed by Simon Legner in :gh:`131236`.)
13981396

13991397
Others
14001398
------

0 commit comments

Comments
 (0)