Skip to content

Commit 071c3dd

Browse files
committed
Update README note about py2-compatibility
1 parent 10c7197 commit 071c3dd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,8 @@ In some cases class-level docstring with doctest would also help (see [adapter.p
107107
but readable OUTPUT section is much better.
108108

109109

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`
110+
##### Python2 compatibility
111+
To see Python 2 compatible versions of some patterns please check-out `legacy` tag.
114112

115113
##### Update README
116114
When everything else is done - update corresponding part of README.

0 commit comments

Comments
 (0)