]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] Give `poplib.POP3.rpop` a proper docstring (GH-127370) (#127722)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 7 Dec 2024 16:33:04 +0000 (17:33 +0100)
committerGitHub <noreply@github.com>
Sat, 7 Dec 2024 16:33:04 +0000 (16:33 +0000)
commit87f912ac188827ccfc75b6489c192cf94d768903
tree1060ae72552b366b24559777184ba584e9276303
parentcd46fb60065f513798d0e19103b19a1f80941454
[3.12] Give `poplib.POP3.rpop` a proper docstring (GH-127370) (#127722)

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