summaryrefslogtreecommitdiff
path: root/doc/build/unreleased/cstring_io.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/unreleased/cstring_io.rst')
-rw-r--r--doc/build/unreleased/cstring_io.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/build/unreleased/cstring_io.rst b/doc/build/unreleased/cstring_io.rst
new file mode 100644
index 0000000..2653564
--- /dev/null
+++ b/doc/build/unreleased/cstring_io.rst
@@ -0,0 +1,4 @@
+.. change::
+ :tags: py3k
+
+ With the removal of Python 2's ``cStringIO``, Mako now uses its own internal ``FastEncodingBuffer`` exclusively.