diff options
author | georgically <40323509+georgically@users.noreply.github.com> | 2022-05-29 03:24:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-29 03:24:35 (GMT) |
commit | 877ad7b3b2778a305d3989d58ebd68cb01baf26e (patch) | |
tree | d698b1fd3350825468c12b4746efc954dbfa84bc /Doc/whatsnew/3.1.rst | |
parent | 749dc4b9c2703967986e4b309b568d9b84483cdf (diff) | |
download | cpython-877ad7b3b2778a305d3989d58ebd68cb01baf26e.zip cpython-877ad7b3b2778a305d3989d58ebd68cb01baf26e.tar.gz cpython-877ad7b3b2778a305d3989d58ebd68cb01baf26e.tar.bz2 |
gh-92240 : Include release dates for "What's New In Python 3.X" (#92937)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Diffstat (limited to 'Doc/whatsnew/3.1.rst')
-rw-r--r-- | Doc/whatsnew/3.1.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst index f1e6d0c..3d89b97 100644 --- a/Doc/whatsnew/3.1.rst +++ b/Doc/whatsnew/3.1.rst @@ -47,6 +47,7 @@ when researching a change. This article explains the new features in Python 3.1, compared to 3.0. +Python 3.1 was released on June 27, 2009. PEP 372: Ordered Dictionaries |