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

Make tm_gmtoff and tm_zone available on all platforms #69470

Closed
abalkin opened this issue Sep 30, 2015 · 4 comments
Closed

Make tm_gmtoff and tm_zone available on all platforms #69470

abalkin opened this issue Sep 30, 2015 · 4 comments
Assignees
Labels
type-feature A feature request or enhancement

Comments

@abalkin
Copy link
Member

abalkin commented Sep 30, 2015

BPO 25283
Nosy @abalkin
PRs
  • bpo-33810: Remove unused code from datetime.py. #7549
  • Files
  • issue25283.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/abalkin'
    closed_at = <Date 2016-09-12.02:55:21.725>
    created_at = <Date 2015-09-30.16:53:39.363>
    labels = ['type-feature']
    title = 'Make tm_gmtoff and tm_zone available on all platforms'
    updated_at = <Date 2018-06-08.23:22:35.628>
    user = 'https://github.com/abalkin'

    bugs.python.org fields:

    activity = <Date 2018-06-08.23:22:35.628>
    actor = 'belopolsky'
    assignee = 'belopolsky'
    closed = True
    closed_date = <Date 2016-09-12.02:55:21.725>
    closer = 'python-dev'
    components = []
    creation = <Date 2015-09-30.16:53:39.363>
    creator = 'belopolsky'
    dependencies = []
    files = ['44539']
    hgrepos = []
    issue_num = 25283
    keywords = ['patch']
    message_count = 4.0
    messages = ['251954', '275928', '276745', '319118']
    nosy_count = 2.0
    nosy_names = ['belopolsky', 'python-dev']
    pr_nums = ['7549']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue25283'
    versions = ['Python 3.6']

    @abalkin
    Copy link
    Member Author

    abalkin commented Sep 30, 2015

    See datetime-sig thread 1 for details.

    @abalkin abalkin self-assigned this Sep 30, 2015
    @abalkin abalkin added the type-feature A feature request or enhancement label Sep 30, 2015
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Sep 12, 2016

    New changeset a96101dd105c by Alexander Belopolsky in branch 'default':
    Closes bpo-25283: Make tm_gmtoff and tm_zone available on all platforms.
    https://hg.python.org/cpython/rev/a96101dd105c

    @python-dev python-dev mannequin closed this as completed Sep 12, 2016
    @abalkin
    Copy link
    Member Author

    abalkin commented Sep 16, 2016

    The problem of computing tm_gmtoff on platforms without it was solved by tzcode some time ago. [1,2] Consider stealing some of their logic.

    @abalkin
    Copy link
    Member Author

    abalkin commented Jun 8, 2018

    New changeset bcb032e by Alexander Belopolsky in branch 'master':
    bpo-33810 Remove unused code from datetime.py. (GH-7549)
    bcb032e

    @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
    type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant