We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4577a99 commit 6ea8b3aCopy full SHA for 6ea8b3a
Doc/whatsnew/3.14.rst
@@ -978,6 +978,9 @@ uuid
978
Nil and Max UUID formats as defined by :rfc:`9562`.
979
(Contributed by Nick Pope in :gh:`128427`.)
980
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
+
984
985
zipinfo
986
-------
@@ -1390,11 +1393,6 @@ urllib
1390
1393
:func:`~urllib.request.build_opener`.
1391
1394
(Contributed by Barney Gale in :gh:`84850`.)
1392
1395
-uuid
-----
-
1396
-* Allow to generate multiple UUIDs at once via :option:`python -m uuid --count <uuid --count>`.
1397
- (Contributed by Simon Legner in :gh:`131236`.)
1398
1399
Others
1400
------
0 commit comments