Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'modified': 0.07; 'restarting': 0.07; 'ide': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'restart': 0.09; 'python': 0.11; 'changes': 0.15; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'seems': 0.21; 'header:User- Agent:1': 0.23; 'skip:\xa0 20': 0.24; 'developers': 0.25; 'header:X-Complaints-To:1': 0.27; 'function': 0.29; 'wonder': 0.29; "doesn't": 0.30; 'work.': 0.31; 'code': 0.31; 'posting': 0.31; 'context.': 0.31; 'text': 0.33; 'subject:the': 0.34; 'problem': 0.35; 'done.': 0.35; 'but': 0.35; 'application': 0.37; 'list.': 0.37; 'thank': 0.38; 'whatever': 0.38; 'to:addr:python- list': 0.38; 'rather': 0.38; 'that,': 0.38; 'anything': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'most': 0.60; 'hope': 0.61; 'making': 0.63; 'hours': 0.66; 'mail,': 0.68; '8bit%:100': 0.72; 'day': 0.76; 'task,': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dave Angel Subject: Re: refresing the edited python function Date: Mon, 19 Aug 2013 11:15:43 +0000 (UTC) References: <1376873736.85790.YahooMailNeo@web193402.mail.sg3.yahoo.com> <87haemjj92.fsf@handshake.de> <1376897267.58372.YahooMailNeo@web193402.mail.sg3.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: 174.32.174.30 User-Agent: XPN/1.2.6 (Street Spirit ; Linux) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1376910967 news.xs4all.nl 15968 [2001:888:2000:d::a6]:35293 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:52685 Sudheer Joseph wrote: > Thank you Dieter, >                      I never thought it will be so difficult task, All I was thinking was that, I just do not know how it is done. I wonder how the code developers work in this case every time a function is modified one has to restart the console is a nightmare... Hope one day some solution will be evolved. > with best regards, > Sudheer > Please don't top-post, and please use text messages, rather than html mail, when posting on this list. Seems to me your problem is with ipython's IDE, not with Python. Python requires you to rerun your application when making most changes to code. But it doesn't say anything about restarting a "console," whatever that is in this context. I use Komodo IDE when i want an IDE functionality, and never restart Komodo, over hours of work. -- DaveA