[Python-3000-checkins] r53598 - python/branches/p3yk/Python/ceval.c

2007-01-29 Thread brett.cannon
Author: brett.cannon Date: Tue Jan 30 00:43:38 2007 New Revision: 53598 Modified: python/branches/p3yk/Python/ceval.c Log: Fix minor grammar typo. Modified: python/branches/p3yk/Python/ceval.c == --- python/branches/p

[Python-3000-checkins] r53599 - python/branches/p3yk/Misc/NEWS

2007-01-29 Thread brett.cannon
Author: brett.cannon Date: Tue Jan 30 00:44:37 2007 New Revision: 53599 Modified: python/branches/p3yk/Misc/NEWS Log: Add missing entry for PEP 3102 (keyword-only arguments). Modified: python/branches/p3yk/Misc/NEWS =

[Python-3000-checkins] r53600 - python/branches/p3yk/Misc/NEWS

2007-01-29 Thread guido.van.rossum
Author: guido.van.rossum Date: Tue Jan 30 01:00:40 2007 New Revision: 53600 Modified: python/branches/p3yk/Misc/NEWS Log: Update news about int/long unification. Modified: python/branches/p3yk/Misc/NEWS == --- python/