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

Patch to emit "-J is reserved for Jython" on -J arg #46869

Closed
fwierzbicki mannequin opened this issue Apr 11, 2008 · 3 comments
Closed

Patch to emit "-J is reserved for Jython" on -J arg #46869

fwierzbicki mannequin opened this issue Apr 11, 2008 · 3 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement

Comments

@fwierzbicki
Copy link
Mannequin

fwierzbicki mannequin commented Apr 11, 2008

BPO 2617
Nosy @tiran
Files
  • argdashjay.diff: patch
  • 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 2008-04-12.13:03:40.389>
    created_at = <Date 2008-04-11.18:48:29.104>
    labels = ['interpreter-core', 'type-feature']
    title = 'Patch to emit "-J is reserved for Jython" on -J arg'
    updated_at = <Date 2008-04-12.18:25:53.120>
    user = 'https://bugs.python.org/fwierzbicki'

    bugs.python.org fields:

    activity = <Date 2008-04-12.18:25:53.120>
    actor = 'fwierzbicki'
    assignee = 'none'
    closed = True
    closed_date = <Date 2008-04-12.13:03:40.389>
    closer = 'christian.heimes'
    components = ['Interpreter Core']
    creation = <Date 2008-04-11.18:48:29.104>
    creator = 'fwierzbicki'
    dependencies = []
    files = ['10009']
    hgrepos = []
    issue_num = 2617
    keywords = ['patch']
    message_count = 3.0
    messages = ['65365', '65400', '65410']
    nosy_count = 2.0
    nosy_names = ['christian.heimes', 'fwierzbicki']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue2617'
    versions = ['Python 2.6']

    @fwierzbicki
    Copy link
    Mannequin Author

    fwierzbicki mannequin commented Apr 11, 2008

    This patch adds the message "-J is reserved for Jython" if that arg is
    attempted. See
    http://mail.python.org/pipermail/python-dev/2008-April/078564.html

    For support from BDFL.

    @fwierzbicki fwierzbicki mannequin added interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement labels Apr 11, 2008
    @tiran
    Copy link
    Member

    tiran commented Apr 12, 2008

    I've reserved -X as well. Applied in r62293

    @tiran tiran closed this as completed Apr 12, 2008
    @fwierzbicki
    Copy link
    Mannequin Author

    fwierzbicki mannequin commented Apr 12, 2008

    On Sat, Apr 12, 2008 at 9:03 AM, Christian Heimes
    <report@bugs.python.org> wrote:

    Christian Heimes <lists@cheimes.de> added the comment:

    I've reserved -X as well. Applied in r62293
    Great, thanks! While I'd love to have *both* -X and -J, is that okay
    with the other devs?

    -Frank

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant