diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-05-29 03:41:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-29 03:41:40 (GMT) |
commit | 738c730b5cde0c07151dcca375d8983a7e4d5b7d (patch) | |
tree | b482ef310fc5428c38036a79dcc199353e2f64a5 /Doc/whatsnew/3.0.rst | |
parent | 550c44b89513ea96d209e2ff761302238715f082 (diff) | |
download | cpython-738c730b5cde0c07151dcca375d8983a7e4d5b7d.zip cpython-738c730b5cde0c07151dcca375d8983a7e4d5b7d.tar.gz cpython-738c730b5cde0c07151dcca375d8983a7e4d5b7d.tar.bz2 |
gh-92240 : Include release dates for "What's New In Python 3.X" (GH-92937)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
(cherry picked from commit 877ad7b3b2778a305d3989d58ebd68cb01baf26e)
Co-authored-by: georgically <40323509+georgically@users.noreply.github.com>
Diffstat (limited to 'Doc/whatsnew/3.0.rst')
-rw-r--r-- | Doc/whatsnew/3.0.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst index 880958d..4da3507 100644 --- a/Doc/whatsnew/3.0.rst +++ b/Doc/whatsnew/3.0.rst @@ -53,9 +53,9 @@ This article explains the new features in Python 3.0, compared to 2.6. Python 3.0, also known as "Python 3000" or "Py3K", is the first ever -*intentionally backwards incompatible* Python release. There are more -changes than in a typical release, and more that are important for all -Python users. Nevertheless, after digesting the changes, you'll find +*intentionally backwards incompatible* Python release. Python 3.0 was released on December 3, 2008. +There are more changes than in a typical release, and more that are important for all +Python users. Nevertheless, after digesting the changes, you'll find that Python really hasn't changed all that much -- by and large, we're mostly fixing well-known annoyances and warts, and removing a lot of old cruft. |