Update of /cvsroot/tmda/tmda/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv27302
Modified Files:
bugs.ht bugs.html
Log Message:
Point out that developers need to make sure their code
works with the earliest supported version of Python.
Index: bugs.ht
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/bugs.ht,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bugs.ht 22 Jul 2002 19:55:31 -0000 1.5
+++ bugs.ht 15 Jan 2003 19:01:44 -0000 1.6
@@ -27,6 +27,15 @@
<h4>Submitting Patches:</h4>
<ul>
+<li>Please make sure your patch works with the earliest supported
+version of Python. See the <a href="requirements.html">requirements</a>
+page for what we currently support. For example, if TMDA supports
+Python 2.1 and above, you should test your changes with Python 2.1,
+even if your normally use a more recent version of Python. If you plan
+to contribute code on a frequent basis, you should get into the habit of using
+the earliest supported Python for all your TMDA development.
+<br><br>
+
<li>As far as preferred coding style, I try to follow the general
<a href="http://www.python.org/doc/essays/styleguide.html" TARGET="Resource
Window">Python Style Guide</a>.
Strict coherence to this is not necessary when working on TMDA, but
Index: bugs.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/bugs.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- bugs.html 13 Jan 2003 19:27:55 -0000 1.24
+++ bugs.html 15 Jan 2003 19:01:44 -0000 1.25
@@ -1,6 +1,6 @@
<HTML>
<!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. -->
-<!-- Mon Jan 13 12:27:25 2003 -->
+<!-- Wed Jan 15 11:57:53 2003 -->
<!-- USING HT2HTML 1.2 -->
<!-- SEE http://barry.wooz.org/software/ht2html -->
<!-- User-specified headers:
@@ -164,6 +164,15 @@
<h4>Submitting Patches:</h4>
<ul>
+
+<li>Please make sure your patch works with the earliest supported
+version of Python. See the <a href="requirements.html">requirements</a>
+page for what we currently support. For example, if TMDA supports
+Python 2.1 and above, you should test your changes with Python 2.1,
+even if your normally use a more recent version of Python. If you plan
+to contribute code on a frequent basis, you should get into the habit of using
+the earliest supported Python for all your TMDA development.
+<br><br>
<li>As far as preferred coding style, I try to follow the general
<a href="http://www.python.org/doc/essays/styleguide.html" TARGET="Resource
Window">Python Style Guide</a>.
_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs