diff options
author | Georg Brandl <georg@python.org> | 2012-06-24 17:29:49 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-06-24 17:29:49 (GMT) |
commit | 19c4e5bb391c805281288f1febc4dec12a365c86 (patch) | |
tree | 860ea6a8b50fbc85609cbe60c063450c495d7dea /Doc | |
parent | 318c56c0016fbc0d1825a90f773f0e2cdf3c1e5a (diff) | |
parent | 988049ad9764b60b336a47f5d101c3f8cfee218f (diff) | |
download | cpython-19c4e5bb391c805281288f1febc4dec12a365c86.zip cpython-19c4e5bb391c805281288f1febc4dec12a365c86.tar.gz cpython-19c4e5bb391c805281288f1febc4dec12a365c86.tar.bz2 |
Fix test__locale on Mac; platform.uname() does not have a structseq-type interface (yet).
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/email.headerregistry.rst | 2 | ||||
-rw-r--r-- | Doc/whatsnew/3.3.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/email.headerregistry.rst b/Doc/library/email.headerregistry.rst index af72b7c..c884159 100644 --- a/Doc/library/email.headerregistry.rst +++ b/Doc/library/email.headerregistry.rst @@ -16,7 +16,7 @@ necessary by the core developers. .. versionadded:: 3.3 - as a :term:`provisional module <provisional package>` + as a :term:`provisional module <provisional package>`. Headers are represented by customized subclasses of :class:`str`. The particular class used to represent a given header is determined by the 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. |