[issue4184] Remove use of private attributes in smtpd

Richard Jones report at bugs.python.org
Fri Jul 23 12:23:39 CEST 2010


Richard Jones <richardjones at optushome.com.au> added the comment:

After discussing with core devs at the EuroPython sprint I will implement a different approach: new attributes with the old, private attributes implemented as properties over the new attributes. The properties responsible for this will raise PendingDeprecationWarnings.

I'll also be improving (well, *implementing*) test coverage for the module while I'm at it.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4184>
_______________________________________


More information about the Python-bugs-list mailing list