diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2014-08-30 01:50:37 +0200 |
---|---|---|
committer | David Disseldorp <ddiss@samba.org> | 2014-08-31 21:21:13 +0200 |
commit | 3f04ec3f1cb86fc964c0ab88b2fad400e71dbe5f (patch) | |
tree | d8d98b03d99d9b53328666accb286c690a73c6b4 /README.Coding | |
parent | d86f38bef32f7446fcaab1268e7e590a836d44bb (diff) | |
download | samba-3f04ec3f1cb86fc964c0ab88b2fad400e71dbe5f.tar.gz |
Remove mention of compatibility with Python 2.4.
Change-Id: I1f900e550f4fbed9d7b3ffdbf30aa5b54e799331
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
Diffstat (limited to 'README.Coding')
-rw-r--r-- | README.Coding | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/README.Coding b/README.Coding index 107856e45f1..0bbba9fc45e 100644 --- a/README.Coding +++ b/README.Coding @@ -26,9 +26,6 @@ http://www.python.org/pep/pep8 (with spaces). If you have ever worked on another free software Python project, you are probably already familiar with it. -We try to stay compatible with Python 2.4, so please don't rely on any -features that were introduced later, such as the "with" statement. - But to save you the trouble of reading the Linux kernel style guide, here are the highlights. |