jaredmauch / mailman2-python3

mailman2 ported for python3 ALPHA
GNU General Public License v2.0
12 stars 5 forks source link

Fix encoding and input issues #5

Closed AntonMcClure closed 4 months ago

AntonMcClure commented 4 months ago

Replaces raw_input() with input(), and sets encode() to resolve issues for conftest.py

jaredmauch commented 4 months ago

merge