Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webbrowser.Netscape.open bug fix #41607

Closed
pernici mannequin opened this issue Feb 20, 2005 · 4 comments
Closed

webbrowser.Netscape.open bug fix #41607

pernici mannequin opened this issue Feb 20, 2005 · 4 comments

Comments

@pernici
Copy link
Mannequin

pernici mannequin commented Feb 20, 2005

BPO 1144816
Nosy @birkenfeld, @phdru
Files
  • diff_webbrowser: patch relative to Revision 1.37
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2005-06-01.16:25:20.000>
    created_at = <Date 2005-02-20.14:58:27.000>
    labels = []
    title = 'webbrowser.Netscape.open bug fix'
    updated_at = <Date 2005-06-01.16:25:20.000>
    user = 'https://bugs.python.org/pernici'

    bugs.python.org fields:

    activity = <Date 2005-06-01.16:25:20.000>
    actor = 'georg.brandl'
    assignee = 'none'
    closed = True
    closed_date = None
    closer = None
    components = ['None']
    creation = <Date 2005-02-20.14:58:27.000>
    creator = 'pernici'
    dependencies = []
    files = ['6511']
    hgrepos = []
    issue_num = 1144816
    keywords = ['patch']
    message_count = 4.0
    messages = ['47827', '47828', '47829', '47830']
    nosy_count = 4.0
    nosy_names = ['georg.brandl', 'phd', 'rodsenra', 'pernici']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1144816'
    versions = []

    @pernici
    Copy link
    Mannequin Author

    pernici mannequin commented Feb 20, 2005

    My system:
    Python 2.4.1a0 (#2, Feb 9 2005, 12:50:04)
    [GCC 3.3.5 (Debian 1:3.3.5-8)] on linux2

    In webbrowser.Netscape.open the command passed to the
    browser should not have
    blank spaces (see http://www.mozilla.org/unix/remote.html);
    due to the space in "openURL(%s, new-window)"
    mozilla-firefox opens my home page instead of the
    requested page.

    @pernici pernici mannequin closed this as completed Feb 20, 2005
    @pernici pernici mannequin closed this as completed Feb 20, 2005
    @phdru
    Copy link
    Mannequin

    phdru mannequin commented Mar 19, 2005

    Logged In: YES
    user_id=4799

    This is a dup of the bug http://python.org/sf/1077979

    @rodsenra
    Copy link
    Mannequin

    rodsenra mannequin commented Mar 20, 2005

    Logged In: YES
    user_id=9057

    1144816 and 1077979 are the the same patch, as documented
    in a comment for 1144816 by Oleg Broytmann.

    The wrong behaviour was reported to Mozilla (unspecified
    version),
    Netscape 7.2 and Mozilla-firefox (unspecified version).

    I could not reproduce the problem neither with Mozilla
    1.7.2 nor
    with Firefox 1.0.1. Nevertheless, applying the patch does
    not break
    current functionality and might fix bugs in older browsers.

    I recommend applying 1077979, and closing 1144816.

    @birkenfeld
    Copy link
    Member

    Logged In: YES
    user_id=1188172

    Closing as duplicate, as requested.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant