[issue26247] Document Chrome/Chromium for python2.7

2016-03-11 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the patches and reviews! -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ _

[issue26247] Document Chrome/Chromium for python2.7

2016-03-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8ef74c7f3fdc by Ezio Melotti in branch '2.7': #26247: document Chrome/Chromium addition to webbrowser. Patch by Manvi B. https://hg.python.org/cpython/rev/8ef74c7f3fdc -- nosy: +python-dev ___ Python tra

[issue26247] Document Chrome/Chromium for python2.7

2016-03-11 Thread Fred L. Drake, Jr.
Fred L. Drake, Jr. added the comment: LGTM Thanks for getting this documented! -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue26247] Document Chrome/Chromium for python2.7

2016-03-11 Thread Manvi B
Manvi B added the comment: Submitted the patch with the text noting below the table. -- Added file: http://bugs.python.org/file42135/issue26247.diff ___ Python tracker ___ __

[issue26247] Document Chrome/Chromium for python2.7

2016-03-11 Thread Manvi B
Manvi B added the comment: @Fred L. Drake, Jr. (fdrake) Is it okay if I can remove ``versionchanged::``. And simply say that, Support for Chrome/Chromium has been added from 2.7.5 version or later. -- ___ Python tracker

[issue26247] Document Chrome/Chromium for python2.7

2016-03-11 Thread Fred L. Drake, Jr.
Fred L. Drake, Jr. added the comment: Sorry; I guess I wasn't clear. ``versionadded::`` and ``versionchanged::`` are applied to specific API points (modules, classes, methods, attributes) that are identified structurally in the documentation. That isn't the case for this. While a bit of text

[issue26247] Document Chrome/Chromium for python2.7

2016-03-11 Thread Manvi B
Manvi B added the comment: Modified the patch with this directive instead ``versionchanged::``. -- Added file: http://bugs.python.org/file42134/issue26247.diff ___ Python tracker _

[issue26247] Document Chrome/Chromium for python2.7

2016-03-11 Thread Fred L. Drake, Jr.
Fred L. Drake, Jr. added the comment: The ``versionadded::`` directive should only be used to annotate descriptions of new API entries. While it would be correctly applied to the ``Chrome`` and ``Chromium`` classes, those are not separately documented here, but are only listed in the table.

[issue26247] Document Chrome/Chromium for python2.7

2016-03-11 Thread Manvi B
Manvi B added the comment: Made changes according to last comment by Ezio. -- Added file: http://bugs.python.org/file42126/issue26247.diff ___ Python tracker ___

[issue26247] Document Chrome/Chromium for python2.7

2016-02-21 Thread Ezio Melotti
Ezio Melotti added the comment: Thanks for the patch, however since this is for the 2.7 branch, it should only say in which 2.7.x version this has been added. The note should also use the .. versionadded:: directive. All minor releases are tagged in the repo, so you can try to update the repo

[issue26247] Document Chrome/Chromium for python2.7

2016-02-21 Thread Manvi B
Manvi B added the comment: We (Elena Oat and I) tried to open web browser Chrome/Chromium in versions 2.7, 3.3, 3.5 and 3.6. It seems working and so updated in the table for version 2.7. The patch issue26247.diff is submitted. -- keywords: +patch nosy: +Manvi B Added file: http://bugs.

[issue26247] Document Chrome/Chromium for python2.7

2016-01-31 Thread Ismail s
New submission from Ismail s: The table of browser types in https://docs.python.org/2.7/library/webbrowser.html?highlight=webbrowser#webbrowser.register does not say that Google Chrome/Chromium is available on python2.7, even though it is (https://hg.python.org/cpython/file/2.7/Lib/webbrowser.

[issue26247] Document Chrome/Chromium for python2.7

2016-01-31 Thread SilentGhost
SilentGhost added the comment: It's due to issue 17536 and particularly 5a1429e9b621 I presume doko would be happy to follow up on that. -- nosy: +SilentGhost, doko ___ Python tracker __