Roundup Tracker - Issues

Message6093

Author joseph_myers
Recipients ber, joseph_myers, rouilj
Date 2018-06-23.00:57:35
Message-id <1529715456.21.0.56676864532.issue2550960@psf.upfronthosting.co.za>
In-reply-to
With the next two patches, it's possible to log in with demo.py running
under Python 3, both as demo/demo (patch 68) and as admin/admin (patch 69).

68. Python 3 preparation: use bytes in _gen_sid.

69. Python 3 preparation: avoid assigning to instance __getitem__ in
TruthDict.

In Python 3, special method names are generally only looked up at the
class level, not on instance objects, and so assigning to them for an
instance object doesn't work as expected.
History
Date User Action Args
2018-06-23 00:57:36joseph_myerssetmessageid: <1529715456.21.0.56676864532.issue2550960@psf.upfronthosting.co.za>
2018-06-23 00:57:36joseph_myerssetrecipients: + joseph_myers, ber, rouilj
2018-06-23 00:57:36joseph_myerslinkissue2550960 messages
2018-06-23 00:57:35joseph_myerscreate