summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-05-20 05:12:32 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-05-20 05:12:32 (GMT)
commit86aecc360f8fd635a91c5b7ffe63b1b9a3e17a31 (patch)
tree14a68c16c70bb91c2271384609d10695789e5fcd /Misc/NEWS
parent611d901289c85934349e5cb1f7d01f0caa194d2a (diff)
downloadcpython-86aecc360f8fd635a91c5b7ffe63b1b9a3e17a31.zip
cpython-86aecc360f8fd635a91c5b7ffe63b1b9a3e17a31.tar.gz
cpython-86aecc360f8fd635a91c5b7ffe63b1b9a3e17a31.tar.bz2
#14097: improve the "introduction" page of the tutorial.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a9ce97a..5d94947 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,6 +45,8 @@ Tests
Documentation
-------------
+- Issue #14097: improve the "introduction" page of the tutorial.
+
- Issue #17977: The documentation for the cadefault argument's default value
in urllib.request.urlopen() is fixed to match the code.