[Nice-commit] Nice/debian changelog,1.172,1.173
Brought to you by:
bonniot
From: <ar...@us...> - 2003-06-11 14:52:32
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs1:/tmp/cvs-serv28439/F:/nice/debian Modified Files: changelog Log Message: Removed nested lookahead in localTuplePart and some other little improvements. Fixes bug #747837. Index: changelog =================================================================== RCS file: /cvsroot/nice/Nice/debian/changelog,v retrieving revision 1.172 retrieving revision 1.173 diff -C2 -d -r1.172 -r1.173 *** changelog 11 Jun 2003 12:21:28 -0000 1.172 --- changelog 11 Jun 2003 14:52:27 -0000 1.173 *************** *** 15,18 **** --- 15,19 ---- * The 'char' type is no longer a subtype of int. The integer unicode representation of a character c can be obtained by int(c). + * Bugfixes (Parsing of nested tuples, ...) -- |