[Nice-commit] Nice/debian changelog,1.139,1.140
Brought to you by:
bonniot
|
From: <bo...@us...> - 2003-03-14 14:10:51
|
Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv15699/debian
Modified Files:
changelog
Log Message:
Allow nested tuples on the left side of a tuple assignment.
Index: changelog
===================================================================
RCS file: /cvsroot/nice/Nice/debian/changelog,v
retrieving revision 1.139
retrieving revision 1.140
diff -C2 -d -r1.139 -r1.140
*** changelog 13 Mar 2003 23:19:46 -0000 1.139
--- changelog 14 Mar 2003 14:10:48 -0000 1.140
***************
*** 10,13 ****
--- 10,15 ----
* Allow // comments at then end of a file, without a trailing newline.
Also report more nicely /* comments that are not closed.
+ * Allow nested tuples on the left side of a tuple assignment:
+ (String a, (String b, String c)) = ("a", ("b", "c"));
--
|