]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Implementation for issue 4184
authorRichard Jones <richard@commonground.com.au>
Sat, 24 Jul 2010 09:51:40 +0000 (09:51 +0000)
committerRichard Jones <richard@commonground.com.au>
Sat, 24 Jul 2010 09:51:40 +0000 (09:51 +0000)
commit803ef8a694363c3d832d1eac48fe9237515ce515
tree99b8722dda353fda88447de77c77125d10112dbf
parent756f547b9a4b93c4eab1bb05dbf41c33e5924554
Implementation for issue 4184

Changes the previously private attributes to make them public, increasing the potential for extending the library in user code. Backward-compatible and documented.
Doc/library/smtpd.rst
Lib/smtpd.py