[issue43424] Document the `controller.name` field in `webbrowser` module

2021-12-29 Thread Ilya Grigoriev
Ilya Grigoriev added the comment: Thank you very much, Nikita! Your patch would certainly solve my issue. As is, I checked the code I wrote, and it seems that only a lucky ordering of if-statements caused it to work on Macs. Ilya. On Wed, Dec 29, 2021 at 5:30 PM Dong-hee Na wrote: > > >

[issue43424] Document the `controller.name` field in `webbrowser` module

2021-12-29 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset d12bec69931503be78cd555cf7bc22ad6f4f2bd5 by Nikita Sobolev in branch 'main': bpo-43424: Deprecate `webbrowser.MacOSXOSAScript._name` attribute (GH-30241) https://github.com/python/cpython/commit/d12bec69931503be78cd555cf7bc22ad6f4f2bd5

[issue43424] Document the `controller.name` field in `webbrowser` module

2021-12-23 Thread Alex Waygood
Change by Alex Waygood : -- type: security -> enhancement versions: +Python 3.11 -Python 3.10 ___ Python tracker ___ ___

[issue43424] Document the `controller.name` field in `webbrowser` module

2021-12-23 Thread Nikita Sobolev
Change by Nikita Sobolev : -- pull_requests: +28463 pull_request: https://github.com/python/cpython/pull/30241 ___ Python tracker ___

[issue43424] Document the `controller.name` field in `webbrowser` module

2021-12-23 Thread Nikita Sobolev
Nikita Sobolev added the comment: Hm, looks like `.name` does not exist for `MacOSXOSAScript`: ``` Python 3.11.0a3+ (heads/main-dirty:71ef0b4c2b, Dec 23 2021, 12:38:09) [Clang 11.0.0 (clang-1100.0.33.16)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>>

[issue43424] Document the `controller.name` field in `webbrowser` module

2021-12-21 Thread Zachary Ware
Change by Zachary Ware : -- hgrepos: -413 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43424] Document the `controller.name` field in `webbrowser` module

2021-12-21 Thread Terry J. Reedy
Terry J. Reedy added the comment: Zach, gaurawgoshwami is a spammer. Deleted added nosy, unlinked spam file and unrelated PR. I have no idea what 'repository containing patch' means or how g. created link to non-existent? file. -- nosy: -asvetlov, barry, dstufft, eric.araujo,

[issue43424] Document the `controller.name` field in `webbrowser` module

2021-12-21 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -28440 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43424] Document the `controller.name` field in `webbrowser` module

2021-12-21 Thread Terry J. Reedy
Change by Terry J. Reedy : Removed file: https://bugs.python.org/file50506/images (5).jpeg ___ Python tracker ___ ___ Python-bugs-list

[issue43424] Document the `controller.name` field in `webbrowser` module

2021-12-21 Thread Terry J. Reedy
Change by Terry J. Reedy : -- Removed message: https://bugs.python.org/msg408987 ___ Python tracker ___ ___ Python-bugs-list

[issue43424] Document the `controller.name` field in `webbrowser` module

2021-12-21 Thread Alex Willmer
Change by Alex Willmer : -- nosy: -Alex.Willmer ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43424] Document the `controller.name` field in `webbrowser` module

2021-12-20 Thread Larry Hastings
Change by Larry Hastings : -- components: +Documentation nosy: -larry ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue43424] Document the `controller.name` field in `webbrowser` module

2021-12-20 Thread Larry Hastings
Change by Larry Hastings : -- components: +Library (Lib) -Argument Clinic ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue43424] Document the `controller.name` field in `webbrowser` module

2021-12-20 Thread Larry Hastings
Change by Larry Hastings : -- components: -2to3 (2.x to 3.x conversion tool), Build, C API, Cross-Build, Demos and Tools, Distutils, Documentation, Extension Modules, FreeBSD, IDLE, IO, Installation, Interpreter Core, Library (Lib), Parser, Regular Expressions, SSL,

[issue43424] Document the `controller.name` field in `webbrowser` module

2021-12-20 Thread Filmy Talkies 24*7
Filmy Talkies 24*7 added the comment: अब आप जीत सकते है 1 करोड़ रुपये oaya -- components: +2to3 (2.x to 3.x conversion tool), Argument Clinic, Build, C API, Cross-Build, Demos and Tools, Distutils, Extension Modules, FreeBSD, IDLE, IO, Installation, Interpreter Core, Parser, Regular

[issue43424] Document the `controller.name` field in `webbrowser` module

2021-03-06 Thread Ilya Grigoriev
New submission from Ilya Grigoriev : The object `webbrowser.get()` returns has, and had for a long time, a useful but undocumented field `name`. I wonder if it would be OK to document it as something like `a system-dependent name for the browser`. This would go here: