Update of /cvsroot/jython/jython/Doc
In directory usw-pr-cvs1:/tmp/cvs-serv26320
Modified Files:
differences.ht
Log Message:
Added description of jython's acceptance of reserved words as
identifier in some situations.
Index: differences.ht
===================================================================
RCS file: /cvsroot/jython/jython/Doc/differences.ht,v
retrieving revision 2.8
retrieving revision 2.9
diff -C2 -r2.8 -r2.9
*** differences.ht 2000/11/12 22:22:06 2.8
--- differences.ht 2001/03/13 20:11:03 2.9
***************
*** 32,35 ****
--- 32,40 ----
<p><LI>Jython supports continue in a try clause. <I>CPython
should be fixed - but don't hold your breath.</I>
+
+ <p><LI>Jython allows keywords to be used as identifier name
+ in some situations where there are no conflict. This allows
+ jython to call and override java methods with names like 'print'
+ and 'exec'. <I>Both behaviors are acceptable.</I>
</UL>
|