We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae6979 commit c8c7966Copy full SHA for c8c7966
CHANGES.txt
@@ -1,6 +1,8 @@
1
Next release
2
------------
3
4
+- Python 3.2 is no longer supported by Waitress.
5
+
6
- FileBasedBuffer and more important ReadOnlyFileBasedBuffer no longer report
7
False when tested with bool(), instead always returning True, and becoming
8
more iterator like.
setup.py
@@ -57,7 +57,6 @@
57
'Programming Language :: Python :: 2.6',
58
'Programming Language :: Python :: 2.7',
59
'Programming Language :: Python :: 3',
60
- 'Programming Language :: Python :: 3.2',
61
'Programming Language :: Python :: 3.3',
62
'Programming Language :: Python :: 3.4',
63
'Programming Language :: Python :: 3.5',
0 commit comments