Roundup Tracker - Issues

Message6106

Author joseph_myers
Recipients ber, joseph_myers, rouilj
Date 2018-07-19.11:34:01
Message-id <1532000042.07.0.56676864532.issue2550960@psf.upfronthosting.co.za>
In-reply-to
Now 1.6 is out (thanks!), can we figure out how to get these patches (or
any other such fixes for the same issues) reviewed and into Roundup
trunk, so that future Python 3 improvements can take place incrementally
in trunk starting from a baseline where many things already work, and so
that future unrelated code changes are less likely to accidentally
introduce more incompatibilities by copying code using old idioms?

A reminder: the version of patch 1 attached directly to this issue is a
rebased one that supersedes the original one in the attached tarball. 
Patch 38 was already applied for 1.6.  These patches don't do anything
about the mailgw.py use of mimetools; if desired I could provide a
version of my mailgw.py hack that avoids breaking things with Python 2
while still not actually making it work with Python 3, but really what's
needed for mailgw.py's use of mimetools is review / commit of John
Kristensen's patches to move it to using the email package.
History
Date User Action Args
2018-07-19 11:34:02joseph_myerssetmessageid: <1532000042.07.0.56676864532.issue2550960@psf.upfronthosting.co.za>
2018-07-19 11:34:02joseph_myerssetrecipients: + joseph_myers, ber, rouilj
2018-07-19 11:34:02joseph_myerslinkissue2550960 messages
2018-07-19 11:34:01joseph_myerscreate