comparison doc/v2_planning/API_coding_style.txt @ 1232:d94d1675c7e6

coding_style: Deleted outdated note
author Olivier Delalleau <delallea@iro>
date Thu, 23 Sep 2010 09:47:09 -0400
parents 5783948b3f8c
children 23f63ecf0a9a
comparison
equal deleted inserted replaced
1231:5ef96142492b 1232:d94d1675c7e6
1 ========================= 1 =========================
2 Coding Style Guidelines 2 Coding Style Guidelines
3 ========================= 3 =========================
4
5 Note: until the Pylearn documentation is properly compiled, you can view
6 the HTML version of this document `here
7 <http://www.iro.umontreal.ca/~delallea/tmp/coding_style/html/API_coding_style.html>`_.
8 4
9 Main Goals 5 Main Goals
10 ========== 6 ==========
11 7
12 * Code should be compatible with Python 2.4 and above (using 2to3 for 8 * Code should be compatible with Python 2.4 and above (using 2to3 for