Mercurial > getan
comparison CHANGES @ 467:59d9c5840273
Porting Python 2 to Python 3.
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Thu, 03 May 2018 15:38:42 +0200 |
parents | 7fedbb73022e |
children | 050ffdec60d9 |
comparison
equal
deleted
inserted
replaced
466:9dab95965ac6 | 467:59d9c5840273 |
---|---|
1 2.x 20xx-xx-xx UNRELEASED | 1 2.x 20xx-xx-xx UNRELEASED |
2 | |
3 * Updated the source code to the latest version of pyhton (python 3) to better | |
4 maintain it in the future. | |
5 Python 2.7 will not be maintained past 2020. | |
6 Therefore, the whole source code of'done' and'done/scripts' is updated to | |
7 python 3. | |
2 | 8 |
3 * Update and clean up the source code to better maintain it in the future. | 9 * Update and clean up the source code to better maintain it in the future. |
4 optparse to argparse Migration. | 10 optparse to argparse Migration. |
5 The optparse module is deprecated and will not be developed further.The | 11 The optparse module is deprecated and will not be developed further.The |
6 development will continue with the argparse module. | 12 development will continue with the argparse module. |