[issue2577] cmd.py should track input file objects so macros with submacros can be easily written

2009-03-30 Thread Richard King
Richard King rickbk...@comcast.net added the comment: ok, thanks. R. David Murray wrote: R. David Murray rdmur...@bitdance.com added the comment: Since it's been almost a year and the OP hasn't responded with an updated patch, I'm closing this as out of date. -- nosy: +bitdancer

[issue2577] cmd.py should track input file objects so macros with submacros can be easily written

2009-03-28 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Since it's been almost a year and the OP hasn't responded with an updated patch, I'm closing this as out of date. -- nosy: +bitdancer resolution: - out of date status: open - closed ___ Python

[issue2577] cmd.py should track input file objects so macros with submacros can be easily written

2008-04-07 Thread Richard King
New submission from Richard King [EMAIL PROTECTED]: Add an input method or property that saves the current input file object and resets the input file object; when input results in an EOF, the input file object stack is popped and reading continues from there. A modified cmd.py is attached.

[issue2577] cmd.py should track input file objects so macros with submacros can be easily written

2008-04-07 Thread Guilherme Polo
Guilherme Polo [EMAIL PROTECTED] added the comment: You should include a diff, not the entire file with your changes -- nosy: +gpolo __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2577 __

[issue2577] cmd.py should track input file objects so macros with submacros can be easily written

2008-04-07 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: Also, please make it against the current trunk. -- nosy: +benjamin.peterson __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2577 __