diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-09-23 20:17:26 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-09-23 20:17:26 (GMT) |
commit | 9fa544cfa3a8f124fa4e88481ba0b60406e0caed (patch) | |
tree | 14d97a485b88adc1a883c813980f7cb3618448c0 /Doc/whatsnew/whatsnew24.tex | |
parent | 0c7895617f5a151687afc1ac73f1c5a5e72dd726 (diff) | |
download | cpython-9fa544cfa3a8f124fa4e88481ba0b60406e0caed.zip cpython-9fa544cfa3a8f124fa4e88481ba0b60406e0caed.tar.gz cpython-9fa544cfa3a8f124fa4e88481ba0b60406e0caed.tar.bz2 |
Update for beta1
Diffstat (limited to 'Doc/whatsnew/whatsnew24.tex')
-rw-r--r-- | Doc/whatsnew/whatsnew24.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index d1b2c4c..6ad19bf 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -21,8 +21,8 @@ \maketitle \tableofcontents -This article explains the new features in Python 2.4 alpha3, scheduled -for release in early September. The final version of Python 2.4 is +This article explains the new features in Python 2.4 beta1, scheduled +for release in mid-October. The final version of Python 2.4 is expected to be released around December 2004. Python 2.4 is a medium-sized release. It doesn't introduce as many @@ -376,7 +376,7 @@ in tracebacks, so decorators should change the name of any new function that's constructed and returned. The new syntax was provisionally added in 2.4alpha2, and is subject to -change during the 2.4alpha release cycle depending on the Python +change during the 2.4beta release cycle depending on the Python community's reaction. Post-2.4 versions of Python will preserve compatibility with whatever syntax is used in 2.4final. |