Changes between Initial Version and Version 1 of Ticket #3852


Ignore:
Timestamp:
2021-12-22T21:36:43Z (3 years ago)
Author:
meejah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3852 – Description

    initial v1  
    11In python2, you can compare a number with None. In python3, you cannot.
    22
    3 The JSON version of the welcome page uses sorting on `.items()` in e.g. ``allmydata/web/root.py:301`` which sometimes contain ``None``. Running under Python3, this causes a 500 error if you access the JSON welcome page.
     3The JSON version of the welcome page uses sorting on `.items()` in e.g. `allmydata/web/root.py:301` which sometimes contain `None`. Running under Python3, this causes a 500 error if you access the JSON welcome page.