X Tutup
The Wayback Machine - https://web.archive.org/web/20241214182600/https://github.com/python/cpython/issues/50948
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

IDLE: Warn user about overwriting a file that has a newer version on filesystem #50948

Open
gpolo mannequin opened this issue Aug 13, 2009 · 5 comments
Open

IDLE: Warn user about overwriting a file that has a newer version on filesystem #50948

gpolo mannequin opened this issue Aug 13, 2009 · 5 comments
Assignees
Labels
topic-IDLE type-feature A feature request or enhancement

Comments

@gpolo
Copy link
Mannequin

gpolo mannequin commented Aug 13, 2009

BPO 6699
Nosy @terryjreedy, @serwy, @rovitotv, @ZackerySpytz
PRs
  • gh-50948: IDLE: Warn if saving a file will overwrite a newer version #17578
  • Files
  • check_stmtime.diff
  • idle.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 = 'https://github.com/terryjreedy'
    closed_at = None
    created_at = <Date 2009-08-13.23:58:48.490>
    labels = ['expert-IDLE', 'type-feature', '3.7']
    title = 'IDLE: Warn user about overwriting a file that has a newer version on filesystem'
    updated_at = <Date 2019-12-12.10:21:06.634>
    user = 'https://bugs.python.org/gpolo'

    bugs.python.org fields:

    activity = <Date 2019-12-12.10:21:06.634>
    actor = 'ZackerySpytz'
    assignee = 'terry.reedy'
    closed = False
    closed_date = None
    closer = None
    components = ['IDLE']
    creation = <Date 2009-08-13.23:58:48.490>
    creator = 'gpolo'
    dependencies = []
    files = ['14714', '34612']
    hgrepos = []
    issue_num = 6699
    keywords = ['patch']
    message_count = 5.0
    messages = ['91537', '112886', '149117', '223598', '358298']
    nosy_count = 6.0
    nosy_names = ['terry.reedy', 'bsherwood', 'gpolo', 'roger.serwy', 'Todd.Rovito', 'ZackerySpytz']
    pr_nums = ['17578']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue6699'
    versions = ['Python 3.6', 'Python 3.7']

    @gpolo
    Copy link
    Mannequin Author

    gpolo mannequin commented Aug 13, 2009

    Creating this issue to address a suggestion of a new IDLE feature
    pointed out on bpo-1721083.

    The feature in question is about warning the user about a newer version
    of the file before overwriting it.

    @gpolo gpolo mannequin added the topic-IDLE label Aug 13, 2009
    @BreamoreBoy
    Copy link
    Mannequin

    BreamoreBoy mannequin commented Aug 4, 2010

    Patch seems clean, can it be commited?

    @BreamoreBoy BreamoreBoy mannequin added the type-feature A feature request or enhancement label Aug 4, 2010
    @serwy
    Copy link
    Mannequin

    serwy mannequin commented Dec 9, 2011

    The patch won't apply against 3.3a0 because "self.set_saved(1)" became "self.set_saved(True)" in r70054 (da7a120c0478)

    After correcting this minor point, the patch works as expected.

    @serwy serwy mannequin self-assigned this Apr 4, 2013
    @BreamoreBoy
    Copy link
    Mannequin

    BreamoreBoy mannequin commented Jul 21, 2014

    The latest patch reflects msg112886 and msg149117 so I believe it should be committed.

    @terryjreedy terryjreedy added the 3.7 (EOL) end of life label Jun 20, 2017
    @terryjreedy terryjreedy assigned terryjreedy and unassigned serwy Jun 20, 2017
    @ZackerySpytz
    Copy link
    Mannequin

    ZackerySpytz mannequin commented Dec 12, 2019

    I have created a pull request for this issue.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    @erlend-aasland erlend-aasland moved this to In Progress in IDLE Issues Jul 27, 2022
    @terryjreedy terryjreedy removed the 3.7 (EOL) end of life label Aug 6, 2024
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    topic-IDLE type-feature A feature request or enhancement
    Projects
    Status: In Progress
    Development

    No branches or pull requests

    1 participant
    X Tutup