Re: cmd with three arguments

2010-05-17 Thread kak...@gmail.com
On May 17, 4:34 pm, Peter Otten <__pete...@web.de> wrote: > kak...@gmail.com wrote: > > Hi pythonistas, > > While playing with the Python Standard Library, i came across "cmd". > > So I'm trying to make a console application. Everything works fine, i > > created many function with do_(self, lin

Re: cmd with three arguments

2010-05-17 Thread Peter Otten
kak...@gmail.com wrote: > Hi pythonistas, > While playing with the Python Standard Library, i came across "cmd". > So I'm trying to make a console application. Everything works fine, i > created many function with do_(self, line) prefix, but when i > tried to create a function with more argume

Re: cmd with three arguments

2010-05-17 Thread kak...@gmail.com
On May 17, 4:12 pm, Tim Chase wrote: > On 05/17/2010 07:11 AM, kak...@gmail.com wrote: > > > While playing with the Python Standard Library, i came across "cmd". > > So I'm trying to make a console application. Everything works fine, i > > created many function with do_(self, line) prefix, but

Re: cmd with three arguments

2010-05-17 Thread Tim Chase
On 05/17/2010 07:11 AM, kak...@gmail.com wrote: While playing with the Python Standard Library, i came across "cmd". So I'm trying to make a console application. Everything works fine, i created many function with do_(self, line) prefix, but when i tried to create a function with more argumen

cmd with three arguments

2010-05-17 Thread kak...@gmail.com
Hi pythonistas, While playing with the Python Standard Library, i came across "cmd". So I'm trying to make a console application. Everything works fine, i created many function with do_(self, line) prefix, but when i tried to create a function with more arguments i can't make it work. e.g def