Changes between Initial Version and Version 1 of Ticket #3852
- Timestamp:
- 2021-12-22T21:36:43Z (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3852 – Description
initial v1 1 1 In python2, you can compare a number with None. In python3, you cannot. 2 2 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.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.