summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-05-20 05:14:14 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-05-20 05:14:14 (GMT)
commit93c6770c7202ea8c123a1d04e76be1007584697e (patch)
treea3c26985f0ba86c0d0df402af71c6b2e0b23d4d8 /Misc
parentd2cef8a2048954adef759a9eb01e06b1cb616bf5 (diff)
parent86aecc360f8fd635a91c5b7ffe63b1b9a3e17a31 (diff)
downloadcpython-93c6770c7202ea8c123a1d04e76be1007584697e.zip
cpython-93c6770c7202ea8c123a1d04e76be1007584697e.tar.gz
cpython-93c6770c7202ea8c123a1d04e76be1007584697e.tar.bz2
#14097: merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index da81c3b..1c54d33 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -323,6 +323,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.