>> '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
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 int
"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 s
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
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
[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 in
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:
>>
>
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 p
My console follows documentation:
C:\tmp\GspRegTestApp>c:\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
C:\tmp
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 n
10 matches
Mail list logo