Re: IDLE bug

2011-04-20 Thread harrismh777
Terry Reedy wrote: Go ahead and report, noting which Linux distribution, and include my negative report. Add me as nosy. Done. 11896 created. msg(s) 134194 134195 thanks -- http://mail.python.org/mailman/listinfo/python-list

Re: IDLE bug

2011-04-20 Thread rantingrick
On Apr 18, 11:16 pm, James Mills wrote: > On Tue, Apr 19, 2011 at 2:05 PM, harrismh777 wrote: > > Are bug reports wanted here, or just in issue tracker? > > Pretty sure they're wanted in the Issue Tracker. My opinion is to report bugs on the tracker AND here since this list is viewed by more peo

Re: IDLE bug

2011-04-19 Thread Terry Reedy
On 4/19/2011 11:39 PM, harrismh777 wrote: Terry Reedy wrote: If one is new to Python and perhaps not sure, or should not be sure, then I prefer that one ask here for a second opinion. Thanks Terry. I am not new to Python, but I am new to Python3, and I'm also relatively new to IDLE. Typically

Re: IDLE bug

2011-04-19 Thread harrismh777
Terry Reedy wrote: If one is new to Python and perhaps not sure, or should not be sure, then I prefer that one ask here for a second opinion. Thanks Terry. I am not new to Python, but I am new to Python3, and I'm also relatively new to IDLE. Typically I edit with vi, test on the terminal, and

Re: IDLE bug

2011-04-19 Thread Terry Reedy
On 4/19/2011 12:05 AM, harrismh777 wrote: Are bug reports wanted here, or just in issue tracker? If one is somewhat experienced with Python and is sure about having identified a bug, and is willing to search the tracker for existing reports and respond to questions, then report on the tracker

Re: IDLE bug

2011-04-18 Thread Westley Martínez
On Mon, 2011-04-18 at 23:05 -0500, harrismh777 wrote: > Are bug reports wanted here, or just in issue tracker? > > thanks > If it's a super-critical bug that can destroy data, yes, else just the issue tracker. -- http://mail.python.org/mailman/listinfo/python-list

Re: IDLE bug

2011-04-18 Thread James Mills
On Tue, Apr 19, 2011 at 2:05 PM, harrismh777 wrote: > Are bug reports wanted here, or just in issue tracker? Pretty sure they're wanted in the Issue Tracker. cheers James -- -- James Mills -- -- "Problems are solved by method" -- http://mail.python.org/mailman/listinfo/python-list

IDLE bug

2011-04-18 Thread harrismh777
Are bug reports wanted here, or just in issue tracker? thanks -- http://mail.python.org/mailman/listinfo/python-list

sys.stdin and idle bug?

2005-01-20 Thread Jason B Burke
Greetings All, I apologize if this has been brought up before, but I'm having a small issue with the handling of sys.stdin in Idle. I'm using a routine to mimic the c library function getch(), to get a single character from the keyboard. The function works in the standard python shell, but in I