summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-04-23 23:51:05 +0200
committerVictor Stinner <victor.stinner@gmail.com>2015-04-23 23:51:05 +0200
commitb49efe0bb4cbb6a6b521a6a860fa619e4293aafb (patch)
tree8e48f2ca42296087c5ac41a6c75f284d6db54aa1 /docs
parented7cf116c6f2bb9cadcb33e61fdf7a21bc1fde87 (diff)
downloadpaste-b49efe0bb4cbb6a6b521a6a860fa619e4293aafb.tar.gz
Revert change on paste.util.quoting.html_quote()
On Python 2, html_quote(unicode) returns again bytes to restore backward compatibility.
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 4bc23a3..80d9287 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -9,9 +9,6 @@ development version
* Fix setup.py for six dependency: move the six dependency from extras_require
to install_requires.
-* On Python 2, paste.util.quoting.html_quote(unicode) now returns unicode,
- instead of bytes.
-
* Port paste.proxy to Python 3.
* Fix paste.exceptions.serial_number_generator.hash_identifier() on Python 3.