diff options
| author | Larry Hastings <larry@hastings.org> | 2014-03-16 05:43:17 (GMT) |
|---|---|---|
| committer | Larry Hastings <larry@hastings.org> | 2014-03-16 05:43:17 (GMT) |
| commit | 3101b7076270756f8be699358c69c5d15ea2cc48 (patch) | |
| tree | 679a61543fa98d12e2de79278226b94dca2fded4 /Doc | |
| parent | cf1a3cd2c79212aa73678145a4119f5878724602 (diff) | |
| download | cpython-3.4.0.zip cpython-3.4.0.tar.gz cpython-3.4.0.tar.bz2 | |
Final documentation fixes for 3.4.0 final.v3.4.0
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/license.rst | 6 | ||||
| -rw-r--r-- | Doc/whatsnew/3.4.rst | 5 |
2 files changed, 4 insertions, 7 deletions
diff --git a/Doc/license.rst b/Doc/license.rst index 08e5464..6190fe0 100644 --- a/Doc/license.rst +++ b/Doc/license.rst @@ -84,9 +84,9 @@ Terms and conditions for accessing or otherwise using Python analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python |release| alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of - copyright, i.e., "Copyright © 2001-2014 Python Software Foundation; All Rights - Reserved" are retained in Python |release| alone or in any derivative version - prepared by Licensee. + copyright, i.e., "Copyright © 2001-2014 Python Software Foundation; All + Rights Reserved" are retained in Python |release| alone or in any derivative + version prepared by Licensee. #. In the event Licensee prepares a derivative work that is based on or incorporates Python |release| or any part thereof, and wants to make the diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index a4f6cb3..1b751b0 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -61,10 +61,7 @@ while :ref:`~mod.attr` will display as ``attr``. This article explains the new features in Python 3.4, compared to 3.3. - -.. Python 3.4 was released on TBD. - -For full details, see the +Python 3.4 was released on March 16, 2014. For full details, see the `changelog <http://docs.python.org/3.4/whatsnew/changelog.html>`_. |
