]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-55454: Clarify imaplib idle() docs
authorForest <forestix@nom.one>
Wed, 11 Sep 2024 22:10:49 +0000 (15:10 -0700)
committerForest <forestix@nom.one>
Wed, 11 Sep 2024 22:32:32 +0000 (15:32 -0700)
commitdc71241eda80059238c356ed77bbd50fc1997e60
tree4b450081f224d175344a8e344b53e0c7ed4c11f4
parent572d1e5676e814cdf3bc6a0cd1cd5ac9c84144c7
gh-55454: Clarify imaplib idle() docs

- Add example idle response tuples, to make the minor difference from other
  imaplib response tuples more obvious.
- Merge the idle context manager's burst() method docs with the IMAP
  object's idle() method docs, for easier understanding.
- Upgrade the Windows note regarding lack of pipe timeouts to a warning.
- Rephrase various things for clarity.
Doc/library/imaplib.rst