classification
Title: IDLE: Warn user about overwriting a file that has a newer version on filesystem
Type: enhancement Stage: patch review
Components: IDLE Versions: Python 3.3, Python 3.2
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, gpolo, serwy
Priority: normal Keywords: patch

Created on 2009-08-13 23:58 by gpolo, last changed 2011-12-09 19:31 by serwy.

Files
File name Uploaded Description Edit
check_stmtime.diff gpolo, 2009-08-13 23:58 review
Messages (3)
msg91537 - (view) Author: Guilherme Polo (gpolo) * (Python committer) Date: 2009-08-13 23:58
Creating this issue to address a suggestion of a new IDLE feature
pointed out on issue 1721083.

The feature in question is about warning the user about a newer version
of the file before overwriting it.
msg112886 - (view) Author: Mark Lawrence (BreamoreBoy) Date: 2010-08-04 20:27
Patch seems clean, can it be commited?
msg149117 - (view) Author: Roger Serwy (serwy) * Date: 2011-12-09 19:31
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.
History
Date User Action Args
2011-12-09 19:31:37serwysetnosy: + serwy

messages: + msg149117
versions: + Python 3.3
2010-08-04 20:27:50BreamoreBoysetversions: - Python 2.7
nosy: + BreamoreBoy

messages: + msg112886

type: enhancement
stage: patch review
2009-08-13 23:58:48gpolocreate