diff options
| author | Barry Warsaw <barry@python.org> | 2013-05-14 11:35:16 -0400 |
|---|---|---|
| committer | Barry Warsaw <barry@python.org> | 2013-05-14 11:35:16 -0400 |
| commit | d486707d2e36f3141da3a3845066e7dabfd94198 (patch) | |
| tree | 83940fc3e2176c987f0f7d2d00d3d3fd8d901434 /Misc | |
| parent | dedac52731bd4085a71c0010454c9804b15be80f (diff) | |
| download | cpython-git-d486707d2e36f3141da3a3845066e7dabfd94198.tar.gz | |
- 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 |
