installed python2.7 from -current, and for some reason the `smtpd´ module from the standard library is missing:
Python 2.7.6 (default, Feb 15 2014, 00:15:08)
[GCC 4.5.3] on netbsd6
Type "help", "copyright", "credits" or "license" for more information.
>>> import smtpd
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named smtpd
Anything wrong with my system, or is this intentionally left out? Please advise.