@@ -415,7 +415,7 @@ datetime
415
415
The :meth: `~datetime.date.isocalendar() ` of :class: `datetime.date `
416
416
and :meth: `~datetime.datetime.isocalendar() ` of :class: `datetime.datetime `
417
417
methods now returns a :func: `~collections.namedtuple ` instead of a :class: `tuple `.
418
- (Contributed by Dong-hee Na in :issue: `24416 `.)
418
+ (Contributed by Donghee Na in :issue: `24416 `.)
419
419
420
420
distutils
421
421
---------
@@ -429,14 +429,14 @@ fcntl
429
429
430
430
Added constants :const: `~fcntl.F_OFD_GETLK `, :const: `~fcntl.F_OFD_SETLK `
431
431
and :const: `~fcntl.F_OFD_SETLKW `.
432
- (Contributed by Dong-hee Na in :issue: `38602 `.)
432
+ (Contributed by Donghee Na in :issue: `38602 `.)
433
433
434
434
ftplib
435
435
-------
436
436
437
437
:class: `~ftplib.FTP ` and :class: `~ftplib.FTP_TLS ` now raise a :class: `ValueError `
438
438
if the given timeout for their constructor is zero to prevent the creation of
439
- a non-blocking socket. (Contributed by Dong-hee Na in :issue: `39259 `.)
439
+ a non-blocking socket. (Contributed by Donghee Na in :issue: `39259 `.)
440
440
441
441
gc
442
442
--
468
468
----
469
469
470
470
HTTP status codes ``103 EARLY_HINTS ``, ``418 IM_A_TEAPOT `` and ``425 TOO_EARLY `` are added to
471
- :class: `http.HTTPStatus `. (Contributed by Dong-hee Na in :issue: `39509 ` and Ross Rhodes in :issue: `39507 `.)
471
+ :class: `http.HTTPStatus `. (Contributed by Donghee Na in :issue: `39509 ` and Ross Rhodes in :issue: `39507 `.)
472
472
473
473
IDLE and idlelib
474
474
----------------
@@ -509,14 +509,14 @@ an optional *timeout* parameter for their constructors.
509
509
Also, the :meth: `~imaplib.IMAP4.open ` method now has an optional *timeout * parameter
510
510
with this change. The overridden methods of :class: `~imaplib.IMAP4_SSL ` and
511
511
:class: `~imaplib.IMAP4_stream ` were applied to this change.
512
- (Contributed by Dong-hee Na in :issue: `38615 `.)
512
+ (Contributed by Donghee Na in :issue: `38615 `.)
513
513
514
514
:meth: `imaplib.IMAP4.unselect ` is added.
515
515
:meth: `imaplib.IMAP4.unselect ` frees server's resources associated with the
516
516
selected mailbox and returns the server to the authenticated
517
517
state. This command performs the same actions as :meth: `imaplib.IMAP4.close `, except
518
518
that no messages are permanently removed from the currently
519
- selected mailbox. (Contributed by Dong-hee Na in :issue: `40375 `.)
519
+ selected mailbox. (Contributed by Donghee Na in :issue: `40375 `.)
520
520
521
521
importlib
522
522
---------
@@ -588,13 +588,13 @@ nntplib
588
588
589
589
:class: `~nntplib.NNTP ` and :class: `~nntplib.NNTP_SSL ` now raise a :class: `ValueError `
590
590
if the given timeout for their constructor is zero to prevent the creation of
591
- a non-blocking socket. (Contributed by Dong-hee Na in :issue: `39259 `.)
591
+ a non-blocking socket. (Contributed by Donghee Na in :issue: `39259 `.)
592
592
593
593
os
594
594
--
595
595
596
596
Added :const: `~os.CLD_KILLED ` and :const: `~os.CLD_STOPPED ` for :attr: `si_code `.
597
- (Contributed by Dong-hee Na in :issue: `38493 `.)
597
+ (Contributed by Donghee Na in :issue: `38493 `.)
598
598
599
599
Exposed the Linux-specific :func: `os.pidfd_open ` (:issue: `38692 `) and
600
600
:const: `os.P_PIDFD ` (:issue: `38713 `) for process management with file
@@ -629,7 +629,7 @@ poplib
629
629
630
630
:class: `~poplib.POP3 ` and :class: `~poplib.POP3_SSL ` now raise a :class: `ValueError `
631
631
if the given timeout for their constructor is zero to prevent the creation of
632
- a non-blocking socket. (Contributed by Dong-hee Na in :issue: `39259 `.)
632
+ a non-blocking socket. (Contributed by Donghee Na in :issue: `39259 `.)
633
633
634
634
pprint
635
635
------
@@ -661,10 +661,10 @@ smtplib
661
661
662
662
:class: `~smtplib.SMTP ` and :class: `~smtplib.SMTP_SSL ` now raise a :class: `ValueError `
663
663
if the given timeout for their constructor is zero to prevent the creation of
664
- a non-blocking socket. (Contributed by Dong-hee Na in :issue: `39259 `.)
664
+ a non-blocking socket. (Contributed by Donghee Na in :issue: `39259 `.)
665
665
666
666
:class: `~smtplib.LMTP ` constructor now has an optional *timeout * parameter.
667
- (Contributed by Dong-hee Na in :issue: `39329 `.)
667
+ (Contributed by Donghee Na in :issue: `39329 `.)
668
668
669
669
socket
670
670
------
@@ -777,7 +777,7 @@ Optimizations
777
777
* A number of Python builtins (:class: `range `, :class: `tuple `, :class: `set `,
778
778
:class: `frozenset `, :class: `list `, :class: `dict `) are now sped up by using
779
779
:pep: `590 ` vectorcall protocol.
780
- (Contributed by Dong-hee Na, Mark Shannon, Jeroen Demeyer and Petr Viktorin in :issue: `37207 `.)
780
+ (Contributed by Donghee Na, Mark Shannon, Jeroen Demeyer and Petr Viktorin in :issue: `37207 `.)
781
781
782
782
* Optimized :func: `~set.difference_update ` for the case when the other set
783
783
is much larger than the base set.
@@ -791,7 +791,7 @@ Optimizations
791
791
792
792
* :term: `floor division ` of float operation now has a better performance. Also
793
793
the message of :exc: `ZeroDivisionError ` for this operation is updated.
794
- (Contributed by Dong-hee Na in :issue: `39434 `.)
794
+ (Contributed by Donghee Na in :issue: `39434 `.)
795
795
796
796
* Decoding short ASCII strings with UTF-8 and ascii codecs is now about
797
797
15% faster. (Contributed by Inada Naoki in :issue: `37348 `.)
@@ -961,7 +961,7 @@ Removed
961
961
are not supported or not enabled by NNTP server administrators.
962
962
For ``xgtitle() ``, please use :meth: `nntplib.NNTP.descriptions ` or
963
963
:meth: `nntplib.NNTP.description ` instead.
964
- (Contributed by Dong-hee Na in :issue: `39366 `.)
964
+ (Contributed by Donghee Na in :issue: `39366 `.)
965
965
966
966
* :class: `array.array `: ``tostring() `` and ``fromstring() `` methods have been
967
967
removed. They were aliases to ``tobytes() `` and ``frombytes() ``, deprecated
@@ -994,7 +994,7 @@ Removed
994
994
* The :meth: `~threading.Thread.isAlive() ` method of :class: `threading.Thread `
995
995
has been removed. It was deprecated since Python 3.8.
996
996
Use :meth: `~threading.Thread.is_alive() ` instead.
997
- (Contributed by Dong-hee Na in :issue: `37804 `.)
997
+ (Contributed by Donghee Na in :issue: `37804 `.)
998
998
999
999
* Methods ``getchildren() `` and ``getiterator() `` of classes
1000
1000
:class: `~xml.etree.ElementTree.ElementTree ` and
@@ -1315,7 +1315,7 @@ New Features
1315
1315
1316
1316
* The :c:func: `PyModule_AddType ` function is added to help adding a type
1317
1317
to a module.
1318
- (Contributed by Dong-hee Na in :issue: `40024 `.)
1318
+ (Contributed by Donghee Na in :issue: `40024 `.)
1319
1319
1320
1320
* Added the functions :c:func: `PyObject_GC_IsTracked ` and
1321
1321
:c:func: `PyObject_GC_IsFinalized ` to the public API to allow to query if
0 commit comments