]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712)
authorDong-hee Na <donghee.na92@gmail.com>
Mon, 27 Apr 2020 14:52:55 +0000 (23:52 +0900)
committerGitHub <noreply@github.com>
Mon, 27 Apr 2020 14:52:55 +0000 (23:52 +0900)
commitc5c42815ecb560bbf34db99b0e15fe9b604be889
tree819b18345d9d082af9ed6db4e51e9ab566a31538
parent91a5ae18351027867e99c96db5ea235d9c42e47a
bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712)
Doc/library/imaplib.rst
Doc/whatsnew/3.9.rst
Lib/imaplib.py
Lib/test/test_imaplib.py
Misc/NEWS.d/next/Library/2020-04-25-23-14-11.bpo-40375.5GuK2A.rst [new file with mode: 0644]