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

Distutils in trunk does not work with old Python (2.3 - 2.5) #49644

Closed
akitada mannequin opened this issue Feb 28, 2009 · 3 comments
Closed

Distutils in trunk does not work with old Python (2.3 - 2.5) #49644

akitada mannequin opened this issue Feb 28, 2009 · 3 comments
Assignees
Labels
build The build process and cross-build stdlib Python modules in the Lib dir

Comments

@akitada
Copy link
Mannequin

akitada mannequin commented Feb 28, 2009

BPO 5394
Nosy @tarekziade, @akitada
Files
  • python23_compat.diff
  • 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 = 'https://github.com/tarekziade'
    closed_at = <Date 2009-03-07.00:52:12.764>
    created_at = <Date 2009-02-28.16:57:05.210>
    labels = ['build', 'library']
    title = 'Distutils in trunk does not work with old Python (2.3 - 2.5)'
    updated_at = <Date 2009-03-07.00:52:12.763>
    user = 'https://github.com/akitada'

    bugs.python.org fields:

    activity = <Date 2009-03-07.00:52:12.763>
    actor = 'tarek'
    assignee = 'tarek'
    closed = True
    closed_date = <Date 2009-03-07.00:52:12.764>
    closer = 'tarek'
    components = ['Distutils']
    creation = <Date 2009-02-28.16:57:05.210>
    creator = 'akitada'
    dependencies = []
    files = ['13211']
    hgrepos = []
    issue_num = 5394
    keywords = ['patch']
    message_count = 3.0
    messages = ['82920', '82931', '83262']
    nosy_count = 2.0
    nosy_names = ['tarek', 'akitada']
    pr_nums = []
    priority = 'high'
    resolution = None
    stage = None
    status = 'closed'
    superseder = None
    type = 'compile error'
    url = 'https://bugs.python.org/issue5394'
    versions = []

    @akitada
    Copy link
    Mannequin Author

    akitada mannequin commented Feb 28, 2009

    As written in its README, "Distutils must remain compatible with 2.3",
    but it isn't. Attached patch fixes this.

    @akitada akitada mannequin assigned tarekziade Feb 28, 2009
    @akitada akitada mannequin added stdlib Python modules in the Lib dir build The build process and cross-build labels Feb 28, 2009
    @tarekziade
    Copy link
    Mannequin

    tarekziade mannequin commented Feb 28, 2009

    right, this code is not covered by tests. I'll apply your patch, and add
    a test case for that.

    @tarekziade
    Copy link
    Mannequin

    tarekziade mannequin commented Mar 7, 2009

    done in r70212 and r70214

    Thanks Akira !

    @tarekziade tarekziade mannequin closed this as completed Mar 7, 2009
    @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
    build The build process and cross-build stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants