File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -266,6 +266,13 @@ definitions) that greatly reduce the maintenance burden for single-source
266266Py2/3 compatible code. ``future `` leverages these features and aims to
267267close the remaining gap between Python 3 and 2.6 / 2.7.
268268
269+ Python 2.6 does not offer the following features which help with Py3
270+ compatibility:
271+ - ``surrogateescape `` error handler for string encoding or decoding;
272+ - ``memoryview `` objects.
273+
274+ Otherwise Python 2.6 is mostly supported.
275+
269276Python 3.2 could perhaps be supported too, although the illegal unicode
270277literal ``u'...' `` syntax may be inconvenient to work around. The Py3.2
271278userbase is very small, however. Please let us know via GitHub `issue #29
You can’t perform that action at this time.
0 commit comments