On 7/18/20 2:50 PM, Odhiambo Washington wrote: > IIRC, mailman-2.x should work with minimum python2.x. > Python3.x is also supposed to work.
Why do you think that? > I'd like to work with python3.6 or python3.7. How do I do that? You could start with 2to3, but I can almost certainly guarantee you'll give up before you squash all the unicode bugs. Mailman 2.1.27+ REQUIRES Python 2. Preferably the latest Python 2.7. I *think* it will work with Python 2.6, but that is not recommended. It will not work with any Python 3 and porting it would be a nightmare. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/mailman-users.python.org/ Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: https://www.mail-archive.com/[email protected]/ https://mail.python.org/archives/list/[email protected]/
