diff options
author | Pjotr Prins | 2022-12-09 15:11:40 -0600 |
---|---|---|
committer | Pjotr Prins | 2022-12-09 15:11:40 -0600 |
commit | 4b7c52bdeb8a8b3b02a99b8f041e11ba4cd8a576 (patch) | |
tree | 892ccba15e2767fcd5ae3cfa78a17ac5e5969dd5 /issues | |
parent | b459acef4890b27780e2dbabde48e1d730ede6c4 (diff) | |
download | gn-gemtext-4b7c52bdeb8a8b3b02a99b8f041e11ba4cd8a576.tar.gz |
Pjotr notes
Diffstat (limited to 'issues')
-rw-r--r-- | issues/genenetwork1/python2.4-2.7-upgrade | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/issues/genenetwork1/python2.4-2.7-upgrade b/issues/genenetwork1/python2.4-2.7-upgrade new file mode 100644 index 0000000..d5dc7a9 --- /dev/null +++ b/issues/genenetwork1/python2.4-2.7-upgrade @@ -0,0 +1,17 @@ +# Upgrading from python 2.4 to 2.7 + +It may be a good idea to upgrade GN1 from 2.4 to 2.7. These links should help: + +=> https://docs.python.org/release/2.5/whatsnew/porting.html +=> https://docs.python.org/3/whatsnew/2.6.html#porting-to-python-2-6 +=> https://docs.python.org/3/whatsnew/2.7.html#porting-to-python-2-7 + +The main challenge will be to see if some of the shared libraries will work that we have in binary form (only). Test coverage is not so important - as long as we can fix stuff. Also the Apache module may be a bit different. Important to try and load that first. + +Note that GN1 also uses PHP5(?). + +# Tasks + +* [ ] test python 2.7 with apache +* [ ] run GN1 +* [ ] fix issues as we go along |