Roundup Tracker - Issues

Message6131

Author joseph_myers
Recipients joseph_myers
Date 2018-07-25.19:40:48
Message-id <1532547648.73.0.56676864532.issue2550975@psf.upfronthosting.co.za>
In-reply-to
We need to make sure that an existing instance, set up with Python 2,
including UTF-8 data in the database not just plain ASCII, works
correctly when used with Python 3 - that the database content format is
properly compatible across Python versions - with every database back
end (the reverse, creating with Python 3 and using with Python 2, may be
less important, but is still desirable - if someone has problems
updating their instance to Python 3, they should be able to move back to
Python 2 without the stored data being incompatible).  anydbm may have
the highest risk of problems here, as it uses the Python marshal module
in storing data.
History
Date User Action Args
2018-07-25 19:40:48joseph_myerssetrecipients: + joseph_myers
2018-07-25 19:40:48joseph_myerssetmessageid: <1532547648.73.0.56676864532.issue2550975@psf.upfronthosting.co.za>
2018-07-25 19:40:48joseph_myerslinkissue2550975 messages
2018-07-25 19:40:48joseph_myerscreate