| commit | 8630c1e346d88dfd6c9f65a749e6fd74aa0b7fd3 | [log] [tgz] |
|---|---|---|
| author | Ezio Melotti <ezio.melotti@gmail.com> | Sat Oct 27 22:11:33 2012 +0300 |
| committer | Ezio Melotti <ezio.melotti@gmail.com> | Sat Oct 27 22:11:33 2012 +0300 |
| tree | ef089944cb6153526fef374c9ba45b4e483c94ff | |
| parent | c4b8e05092b5aa018dd74f8563037b23d3c6756e [diff] [blame] | |
| parent | 380ce651e940c977058cace141c6ed8a45b7d82a [diff] [blame] |
#8040: merge with 3.2.
diff --git a/Misc/NEWS b/Misc/NEWS index ba555bb..1db5843 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -174,6 +174,9 @@ Documentation ------------- +- Issue #8040: added a version switcher to the documentation. Patch by + Yury Selivanov. + - Additional comments and some style changes in the concurrent.futures URL retrieval example