]> granicus.if.org Git - python/commit
Issue #4473: Add a POP3.capa() method to query the capabilities advertised by the...
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 23 Nov 2012 19:07:39 +0000 (20:07 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 23 Nov 2012 19:07:39 +0000 (20:07 +0100)
commit25cee19beb3117f834100cf29cff625c98d0da29
tree327c7f85c59825754afd328915afd57072439f5d
parentd89824b0e2fa9a44b56394a5185de737a6527ea7
Issue #4473: Add a POP3.capa() method to query the capabilities advertised by the POP3 server.
Patch by Lorenzo Catucci.
Doc/library/poplib.rst
Lib/poplib.py
Lib/test/test_poplib.py
Misc/NEWS