diff options
author | Joel Rosdahl <joel@rosdahl.net> | 2016-09-11 21:37:39 +0200 |
---|---|---|
committer | Joel Rosdahl <joel@rosdahl.net> | 2016-09-11 21:37:39 +0200 |
commit | 2295b37f1bf6a16740a65e4753f95924a76b9bce (patch) | |
tree | 4f8309f338d71098924c80c8942132f82ae0b8eb /CHANGES | |
parent | 1b2598f846e04780305cdbd184627d2c344ee8eb (diff) | |
download | miniircd-2295b37f1bf6a16740a65e4753f95924a76b9bce.tar.gz miniircd-2295b37f1bf6a16740a65e4753f95924a76b9bce.zip |
Make it possible to use Python 3
Fixes #22.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ Unreleased * --log-max-size: maximum size of log file before rotating * --password-file: file from which to read connection password * --pid-file: file to write PID to + * Made it possible to run miniircd in Python 3. 1.1 (2015-05-22) |