diff options
author | Barry Warsaw <barry@python.org> | 2013-05-14 15:35:16 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2013-05-14 15:35:16 (GMT) |
commit | d486707d2e36f3141da3a3845066e7dabfd94198 (patch) | |
tree | 83940fc3e2176c987f0f7d2d00d3d3fd8d901434 /Misc | |
parent | dedac52731bd4085a71c0010454c9804b15be80f (diff) | |
download | cpython-d486707d2e36f3141da3a3845066e7dabfd94198.zip cpython-d486707d2e36f3141da3a3845066e7dabfd94198.tar.gz cpython-d486707d2e36f3141da3a3845066e7dabfd94198.tar.bz2 |
- Issue #17977: The documentation for the cadefault argument's default value
in urllib.request.urlopen() is fixed to match the code.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -238,6 +238,9 @@ Tests Documentation ------------- +- Issue #17977: The documentation for the cadefault argument's default value + in urllib.request.urlopen() is fixed to match the code. + - Issue #15940: Specify effect of locale on time functions. - Issue #6696: add documentation for the Profile objects, and improve |