summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2016-09-14 21:42:36 +0200
committerJoel Rosdahl <joel@rosdahl.net>2016-09-14 21:42:36 +0200
commitc712f6c0e1104f7813cacdb64c3449cad73d8eaf (patch)
treed6f1d94bd4b4d55ea587cd2b9b878e96773b91f2
parentf2b077be8058ae19b8018ba2b844a8b902e1e37c (diff)
downloadminiircd-c712f6c0e1104f7813cacdb64c3449cad73d8eaf.tar.gz
miniircd-c712f6c0e1104f7813cacdb64c3449cad73d8eaf.zip
Remove Python 3 compatibility statement since we're not there yet
-rw-r--r--CHANGES1
-rw-r--r--README.md4
2 files changed, 2 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index f54ebe1..0cb6eff 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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)
diff --git a/README.md b/README.md
index 007faa6..dda7e05 100644
--- a/README.md
+++ b/README.md
@@ -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
------------