Since sgmllib was removed in Py3K, it would be better not to add it back as an external module. If you move it from the top level directory into the Milter sub-directory and then apply the attached patch, the public sgmllib will be used for python2 and the internal one will be used for python3.
Since sgmllib was removed in Py3K, it would be better not to add it back as an external module. If you move it from the top level directory into the Milter sub-directory and then apply the attached patch, the public sgmllib will be used for python2 and the internal one will be used for python3.