diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-05-20 05:14:14 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-05-20 05:14:14 (GMT) |
commit | 93c6770c7202ea8c123a1d04e76be1007584697e (patch) | |
tree | a3c26985f0ba86c0d0df402af71c6b2e0b23d4d8 /Misc | |
parent | d2cef8a2048954adef759a9eb01e06b1cb616bf5 (diff) | |
parent | 86aecc360f8fd635a91c5b7ffe63b1b9a3e17a31 (diff) | |
download | cpython-93c6770c7202ea8c123a1d04e76be1007584697e.zip cpython-93c6770c7202ea8c123a1d04e76be1007584697e.tar.gz cpython-93c6770c7202ea8c123a1d04e76be1007584697e.tar.bz2 |
#14097: merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |