summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJakub Stasiak <jakub@stasiak.at>2014-10-06 00:38:32 +0100
committerJakub Stasiak <jakub@stasiak.at>2014-10-10 09:17:41 +0100
commit6cbd4846ab2f12b1c18c38b570293c0bb05d28a7 (patch)
tree900c16e1c3da70e0aa58e2e88e84489db8e8249a /NEWS
parent02a23c8bd78b3b923faed3e9c62c7664c7e6a6cd (diff)
downloadeventlet-6cbd4846ab2f12b1c18c38b570293c0bb05d28a7.tar.gz
Python 3 compat: Improve various bits
This includes changes to WSGI, websocket, bytes/str/unicode handling, SSL, backdoor, greenio and tests. Some comments and conditionals (PY2/PY3) were added for clarity GH issues: Closes #106 Closes #111 Closes #118 Closes #141 Incidentally should also close #135 (reopen if didn't) cc #6
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a25e4ab..ae51d9a 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@
=========================
* removed deprecated modules: api, most of coros, pool, proc, processes and util
+* improved Python 3 compatibility
0.15.2
======