diff options
author | Joel Rosdahl <joel@rosdahl.net> | 2016-09-14 21:42:36 +0200 |
---|---|---|
committer | Joel Rosdahl <joel@rosdahl.net> | 2016-09-14 21:42:36 +0200 |
commit | c712f6c0e1104f7813cacdb64c3449cad73d8eaf (patch) | |
tree | d6f1d94bd4b4d55ea587cd2b9b878e96773b91f2 | |
parent | f2b077be8058ae19b8018ba2b844a8b902e1e37c (diff) | |
download | miniircd-c712f6c0e1104f7813cacdb64c3449cad73d8eaf.tar.gz miniircd-c712f6c0e1104f7813cacdb64c3449cad73d8eaf.zip |
Remove Python 3 compatibility statement since we're not there yet
-rw-r--r-- | CHANGES | 1 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 2 insertions, 3 deletions
@@ -12,7 +12,6 @@ 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) @@ -33,8 +33,8 @@ Limitations Requirements ------------ -Python 2.6 or newer. Get it at http://www.python.org. Python 3 should also -work. +Python 2.6 or newer. Get it at http://www.python.org. Python 3 is currently not +supported. Installation ------------ |