[issue17798] IDLE: can not edit new file names when using -e

2013-05-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset c8cdc2400643 by Roger Serwy in branch '3.3': #17798: Allow IDLE to edit new files when specified on command line. http://hg.python.org/cpython/rev/c8cdc2400643 New changeset a64a3da996ed by Roger Serwy in branch 'default': #17798: merge with 3.3.

[issue17798] IDLE: can not edit new file names when using -e

2013-05-05 Thread Roger Serwy
Roger Serwy added the comment: I'm closing this issue as fixed. -- resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17798

[issue17798] IDLE: can not edit new file names when using -e

2013-04-19 Thread Roger Serwy
New submission from Roger Serwy: This is a split from #13495 as it is truly a separate issue. Here's a partial quote from msg151278: IDLE 3 no longer allows for editing of new files from the command line. For example: idle -e /tmp/newfile.py will momentarily flash an editor window