]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Give `poplib.POP3.rpop` a proper docstring (GH-127370) (#127721)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 7 Dec 2024 16:41:23 +0000 (17:41 +0100)
committerGitHub <noreply@github.com>
Sat, 7 Dec 2024 16:41:23 +0000 (16:41 +0000)
commit2ba5190f01399d6a564c18634c83ff3b9964512d
tree1c14c363c460f2d8fac78a7e48bf5cd0b76f83fd
parentd95df6a75b04932800a930f8f7356aacf0f956a7
[3.13] Give `poplib.POP3.rpop` a proper docstring (GH-127370) (#127721)

Give `poplib.POP3.rpop` a proper docstring (GH-127370)

Previously `poplib.POP3.rpop` had a "Not sure what this does" docstring, now it has been fixed.
(cherry picked from commit 27d0d2141319d82709eb09ba20065df3e1714fab)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Lib/poplib.py