[issue6699] IDLE: Warn user about overwriting a file that has a newer version on filesystem

2019-12-12 Thread Zackery Spytz
Zackery Spytz added the comment: I have created a pull request for this issue. -- nosy: +ZackerySpytz ___ Python tracker ___ ___

[issue6699] IDLE: Warn user about overwriting a file that has a newer version on filesystem

2019-12-12 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +17052 pull_request: https://github.com/python/cpython/pull/17578 ___ Python tracker ___

[issue6699] IDLE: Warn user about overwriting a file that has a newer version on filesystem

2017-06-20 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: roger.serwy -> terry.reedy nosy: +terry.reedy -BreamoreBoy versions: +Python 3.6, Python 3.7 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker

[issue6699] IDLE: Warn user about overwriting a file that has a newer version on filesystem

2014-07-21 Thread Mark Lawrence
Mark Lawrence added the comment: The latest patch reflects msg112886 and msg149117 so I believe it should be committed. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org

[issue6699] IDLE: Warn user about overwriting a file that has a newer version on filesystem

2014-03-25 Thread priya
Changes by priya priyapappachan...@gmail.com: Added file: http://bugs.python.org/file34612/idle.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6699 ___

[issue6699] IDLE: Warn user about overwriting a file that has a newer version on filesystem

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: -BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6699 ___ ___

[issue6699] IDLE: Warn user about overwriting a file that has a newer version on filesystem

2013-09-14 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- nosy: +bsherwood ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6699 ___ ___ Python-bugs-list

[issue6699] IDLE: Warn user about overwriting a file that has a newer version on filesystem

2013-05-09 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: +Python 2.7, Python 3.4 -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6699 ___

[issue6699] IDLE: Warn user about overwriting a file that has a newer version on filesystem

2013-04-04 Thread Roger Serwy
Changes by Roger Serwy roger.se...@gmail.com: -- assignee: - roger.serwy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6699 ___ ___

[issue6699] IDLE: Warn user about overwriting a file that has a newer version on filesystem

2013-03-25 Thread Todd Rovito
Changes by Todd Rovito rovit...@gmail.com: -- nosy: +Todd.Rovito ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6699 ___ ___ Python-bugs-list

[issue6699] IDLE: Warn user about overwriting a file that has a newer version on filesystem

2011-12-09 Thread Roger Serwy
Roger Serwy roger.se...@gmail.com added the comment: 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. -- nosy: +serwy versions: +Python 3.3

[issue6699] IDLE: Warn user about overwriting a file that has a newer version on filesystem

2010-08-04 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Patch seems clean, can it be commited? -- nosy: +BreamoreBoy stage: - patch review type: - feature request versions: -Python 2.7 ___ Python tracker rep...@bugs.python.org

[issue6699] IDLE: Warn user about overwriting a file that has a newer version on filesystem

2009-08-13 Thread Guilherme Polo
New submission from Guilherme Polo ggp...@gmail.com: 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. -- components: IDLE files: