opental-checkins
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[OpenTAL-checkins] opental/OpenPT OpenPTBase.py


From: Fernando Lalo Martins
Subject: [OpenTAL-checkins] opental/OpenPT OpenPTBase.py
Date: Mon, 27 Jan 2003 14:59:12 -0500

CVSROOT:        /cvsroot/opental
Module name:    opental
Changes by:     Fernando Lalo Martins <address@hidden>  03/01/27 14:59:12

Modified files:
        OpenPT         : OpenPTBase.py 

Log message:
        making pt_errors visible - it's useful for debugging

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/opental/opental/OpenPT/OpenPTBase.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: opental/OpenPT/OpenPTBase.py
diff -u opental/OpenPT/OpenPTBase.py:1.2 opental/OpenPT/OpenPTBase.py:1.3
--- opental/OpenPT/OpenPTBase.py:1.2    Mon Jan 27 02:21:44 2003
+++ opental/OpenPT/OpenPTBase.py        Mon Jan 27 14:59:12 2003
@@ -15,7 +15,7 @@
 #    You should have received a copy of the GNU General Public License
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA
-__version__='$Revision: 1.2 $'[11:-2]
+__version__='$Revision: 1.3 $'[11:-2]
 
 import OpenTAL, pax, PTmetal_handler, pax.paxtransform
 from pax.backwards_compatibility import *
@@ -324,6 +324,7 @@
         self.write(text)
 
     def pt_errors(self):
+        "Return compiler errors, if any"
         return self._errors
         
     def pt_warnings(self):




reply via email to

[Prev in Thread] Current Thread [Next in Thread]