diff options
author | 2016-12-12 14:19:53 -0600 | |
---|---|---|
committer | 2016-12-12 14:20:52 -0600 | |
commit | da64740b6c5ffc26e58cedb85c91432b6e425527 (patch) | |
tree | 8289ccb54ddb17c9176d9f2e88551017da93cbe1 /ChangeLog.txt | |
parent | 029b4a7ef9a610eb2b6ded59156f26266b946995 (diff) | |
download | pseudo-da64740b6c5ffc26e58cedb85c91432b6e425527.tar.gz pseudo-da64740b6c5ffc26e58cedb85c91432b6e425527.tar.bz2 pseudo-da64740b6c5ffc26e58cedb85c91432b6e425527.zip |
Python scripts are now compatible with both version of python, 2 and 3.
Helped-by: Damien Riegel <damien.riegel@savoirfairelinux.com>
Helped-by: Alexandre Leblanc <alexandre.leblanc@savoirfairelinux.com>
Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Signed-off-by: Seebs <seebs@seebs.net>
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 8b06716..f8406e3 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,8 @@ 2016-12-12: * (seebs) contributed fix to makewrappers (fix space/tab issues) * (seebs) contributed fixes for Python 3 print support + * (seebs) contributed fixes for Python 3 support + * All of these from: Gaël PORTAY <gael.portay@savoirfairelinux.com> 2016-11-23: * (seebs) actually wait on server shutdown for pseudo -S [cmd] |