Message6093
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. |
|
Date |
User |
Action |
Args |
2018-06-23 00:57:36 | joseph_myers | set | messageid: <1529715456.21.0.56676864532.issue2550960@psf.upfronthosting.co.za> |
2018-06-23 00:57:36 | joseph_myers | set | recipients:
+ joseph_myers, ber, rouilj |
2018-06-23 00:57:36 | joseph_myers | link | issue2550960 messages |
2018-06-23 00:57:35 | joseph_myers | create | |
|