changeset: 83769:e2288953e9f1 branch: 3.3 parent: 83767:7aa157971810 user: Barry Warsaw date: Tue May 14 11:35:16 2013 -0400 files: Doc/library/urllib.request.rst Misc/NEWS description: - Issue #17977: The documentation for the cadefault argument's default value in urllib.request.urlopen() is fixed to match the code. diff -r 7aa157971810 -r e2288953e9f1 Doc/library/urllib.request.rst --- a/Doc/library/urllib.request.rst Mon May 13 19:55:40 2013 -0500 +++ b/Doc/library/urllib.request.rst Tue May 14 11:35:16 2013 -0400 @@ -16,7 +16,7 @@ The :mod:`urllib.request` module defines the following functions: -.. function:: urlopen(url, data=None[, timeout], *, cafile=None, capath=None, cadefault=True) +.. function:: urlopen(url, data=None[, timeout], *, cafile=None, capath=None, cadefault=False) Open the URL *url*, which can be either a string or a :class:`Request` object. diff -r 7aa157971810 -r e2288953e9f1 Misc/NEWS --- a/Misc/NEWS Mon May 13 19:55:40 2013 -0500 +++ b/Misc/NEWS Tue May 14 11:35:16 2013 -0400 @@ -238,6 +238,9 @@ 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

AltStyle によって変換されたページ (->オリジナル) /