diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -4,7 +4,27 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 3.0a3? +=========================== + +*Release data: XX-XXX-2008* + +Core and Builtins +----------------- + +- Issue #1573: Improper use of the keyword-only syntax makes the parser crash + + +Extension Modules +----------------- + + +Library +------- + + What's New in Python 3.0a2? +=========================== *Release date: 07-Dec-2007* |