From edf57f39462e31dfa6920b0d3817e3781cbc8dd5 Mon Sep 17 00:00:00 2001 From: Roger Binns Date: Thu, 20 Aug 2015 21:10:30 -0700 Subject: [PATCH] No windows python 3.5 binaries this time I really wish the python team would support open source compilers instead of the ridiculous hoops I have to jump through to get msvc working --- doc/changes.rst | 3 --- doc/download.rst | 5 ----- tools/docupdate.py | 2 +- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/doc/changes.rst b/doc/changes.rst index 2ce2062b..0006613d 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -14,9 +14,6 @@ Update tests due to a change in Python 3.5 (exception returned with invalid strings for system calls changed from TypeError to ValueError). -Windows binaries for Python 3.5 provided. These are built with the -first release candidate as final hasn't been released. - Adjusted some internal detection related to the :func:`fork checker ` diff --git a/doc/download.rst b/doc/download.rst index 01975acc..d13c0e19 100644 --- a/doc/download.rst +++ b/doc/download.rst @@ -61,11 +61,6 @@ way to build or all the :ref:`options available `. `64bit `__ -* Windows Python 3.5 `32bit - `__ - `64bit - `__ - * `apsw-3.8.11.1-r1-sigs.zip `__ GPG signatures for all files diff --git a/tools/docupdate.py b/tools/docupdate.py index b81bec22..69f58bde 100644 --- a/tools/docupdate.py +++ b/tools/docupdate.py @@ -27,7 +27,7 @@ op.append(" (Source, includes this HTML Help)") op.append("") not64=("2.3", "2.4", "2.5") - for pyver in ("2.3", "2.4", "2.5", "2.6", "2.7", "3.1", "3.2", "3.3", "3.4", "3.5"): + for pyver in ("2.3", "2.4", "2.5", "2.6", "2.7", "3.1", "3.2", "3.3", "3.4",): op.append("* Windows Python %s `32bit" % (pyver,)) op.append(url % ("apsw-%s.win32-py%s.exe" % (version, pyver))) if pyver not in not64: