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 10c7197 commit 071c3ddCopy full SHA for 071c3dd
README.md
@@ -107,10 +107,8 @@ In some cases class-level docstring with doctest would also help (see [adapter.p
107
but readable OUTPUT section is much better.
108
109
110
-##### Python2/3 compatibility
111
-Try to keep it (discussion is held in [issue #208](https://github.com/faif/python-patterns/issues/208))
112
-- use new style classes (inherit from `object`)
113
-- use `from __future__ import print_function`
+##### Python2 compatibility
+To see Python 2 compatible versions of some patterns please check-out `legacy` tag.
114
115
##### Update README
116
When everything else is done - update corresponding part of README.
0 commit comments