Re: Documentation bug: Python console behaviour changed

2005-07-20 Thread Claudio Grondi
'Ctrl-Z' does not shut down the console but 'Ctrl-D' etc. Usually means you have a readline package installed. Right. Readline uninstalled, Ctrl-Z works again. By the way: After trying to take over readline support from Gary Bishop, I have inbetween given up trying to fix readline behaviour on

Documentation bug: Python console behaviour changed

2005-07-19 Thread Kay Schluehr
The documentation of the Python console behaviour is not correct anymore for Python 2.4.1. At least for the Win2K system I'm working on 'Ctrl-Z' does not shut down the console but 'Ctrl-D' etc. The Python interpreter tells me instead: quit 'Use Ctrl-Z plus Return to exit.' Nah, 'Ctrl-Z' is now

Re: Documentation bug: Python console behaviour changed

2005-07-19 Thread Simon Dahlbacka
My console follows documentation: C:\tmp\GspRegTestAppc:\Python24\python ActivePython 2.4.1 Build 245 (ActiveState Corp.) based on Python 2.4.1 (#65, Mar 30 2005, 09:33:37) [MSC v.1310 32 bit (Intel)] on win32 Type help, copyright, credits or license for more information. ^Z

Re: Documentation bug: Python console behaviour changed

2005-07-19 Thread Peter Hansen
Kay Schluehr wrote: The documentation of the Python console behaviour is not correct anymore for Python 2.4.1. At least for the Win2K system I'm working on 'Ctrl-Z' does not shut down the console but 'Ctrl-D' etc. The Python interpreter tells me instead: quit 'Use Ctrl-Z plus Return

Re: Documentation bug: Python console behaviour changed

2005-07-19 Thread Lucas Raab
Peter Hansen wrote: Kay Schluehr wrote: The documentation of the Python console behaviour is not correct anymore for Python 2.4.1. At least for the Win2K system I'm working on 'Ctrl-Z' does not shut down the console but 'Ctrl-D' etc. The Python interpreter tells me instead: quit 'Use

RE: Documentation bug: Python console behaviour changed

2005-07-19 Thread Tim Golden
[Lucas Raab] | Peter Hansen wrote: | Kay Schluehr wrote: | | The documentation of the Python console behaviour is not correct | anymore for Python 2.4.1. At least for the Win2K system | I'm working on | 'Ctrl-Z' does not shut down the console but 'Ctrl-D' etc. | | The Python interpreter

Re: Documentation bug: Python console behaviour changed

2005-07-19 Thread Kay Schluehr
Peter Hansen schrieb: Kay Schluehr wrote: The documentation of the Python console behaviour is not correct anymore for Python 2.4.1. At least for the Win2K system I'm working on 'Ctrl-Z' does not shut down the console but 'Ctrl-D' etc. The Python interpreter tells me instead:

Re: Documentation bug: Python console behaviour changed

2005-07-19 Thread Rocco Moretti
Tim Golden wrote: Usually means you have a readline package installed: Should the readline package be twiddled to change the quit string in builtins to document the correct behavior? -- http://mail.python.org/mailman/listinfo/python-list

Re: Documentation bug: Python console behaviour changed

2005-07-19 Thread Claudio Grondi
Lucas Raab [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] Peter Hansen wrote: Kay Schluehr wrote: The documentation of the Python console behaviour is not correct anymore for Python 2.4.1. At least for the Win2K system I'm working on 'Ctrl-Z' does not shut down the

Re: Documentation bug: Python console behaviour changed

2005-07-19 Thread John Machin
Kay Schluehr wrote: Peter Hansen schrieb: Kay Schluehr wrote: The documentation of the Python console behaviour is not correct anymore for Python 2.4.1. At least for the Win2K system I'm working on 'Ctrl-Z' does not shut down the console but 'Ctrl-D' etc. The Python interpreter tells me