Thanks to visit codestin.com Credit goes to github.com
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 35527af commit ef05680Copy full SHA for ef05680
Doc/whatsnew/3.14.rst
@@ -480,6 +480,14 @@ http
480
(Contributed by Yorik Hansen in :gh:`123430`.)
481
482
483
+imaplib
484
+-------
485
+
486
+* Add :meth:`IMAP4.idle() <imaplib.IMAP4.idle>`, implementing the IMAP4
487
+ ``IDLE`` command as defined in :rfc:`2177`.
488
+ (Contributed by Forest in :gh:`55454`.)
489
490
491
inspect
492
-------
493
@@ -495,13 +503,6 @@ inspect
495
503
:term:`package` or not.
496
504
(Contributed by Zhikang Yan in :gh:`125634`.)
497
505
498
-imaplib
499
--------
500
-
501
-* Add :meth:`IMAP4.idle() <imaplib.IMAP4.idle>`, implementing the IMAP4
502
- ``IDLE`` command as defined in :rfc:`2177`.
- (Contributed by Forest in :gh:`55454`.)
506
507
io
508
--
0 commit comments