diff options
author | Georg Brandl <georg@python.org> | 2012-06-24 16:12:24 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-06-24 16:12:24 (GMT) |
commit | 988049ad9764b60b336a47f5d101c3f8cfee218f (patch) | |
tree | 62ff78779ed39b40deab85b54fe331494add7f39 /Doc/whatsnew | |
parent | 03b9ad05d664ba7b4f6038db2d213f47821a63a9 (diff) | |
download | cpython-988049ad9764b60b336a47f5d101c3f8cfee218f.zip cpython-988049ad9764b60b336a47f5d101c3f8cfee218f.tar.gz cpython-988049ad9764b60b336a47f5d101c3f8cfee218f.tar.bz2 |
Alpha -> Beta
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index e97ac86..b2d028d 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -48,7 +48,7 @@ This article explains the new features in Python 3.3, compared to 3.2. -.. note:: Alpha users should be aware that this document is currently in +.. note:: Beta users should be aware that this document is currently in draft form. It will be updated substantially as Python 3.3 moves towards release, so it's worth checking back even after reading earlier versions. |