[issue4691] IDLE Code Caching Windows

2011-12-20 Thread Ned Deily

Changes by Ned Deily :


--
resolution:  -> duplicate
stage: needs patch -> committed/rejected
status: open -> closed
superseder:  -> IDLE/Win Installer: drop -n switch for 2.7/3.1; install 3.1 as 
idle3
versions: +Python 2.7, Python 3.1 -Python 2.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4691] IDLE Code Caching Windows

2011-12-08 Thread Roger Serwy

Roger Serwy  added the comment:

Given Amaury's last message, should this issue be closed as being resolved?

--
nosy: +serwy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4691] IDLE Code Caching Windows

2009-08-04 Thread Amaury Forgeot d'Arc

Amaury Forgeot d'Arc  added the comment:

Yes, the -n switch was removed from the Windows installer with r72335
(issue5847)

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4691] IDLE Code Caching Windows

2009-08-03 Thread Brandon Dixon

Brandon Dixon  added the comment:

Can you guys let me know when this is fixed or thought to be fixed. I would
like to test from my end just to ensure.

On Sun, Aug 2, 2009 at 11:27 PM, Guilherme Polo wrote:

>
> Guilherme Polo  added the comment:
>
> Amaury, from what I remember your suggestion has been applied some time
> ago. Can you check if the newest Windows installer still adds an '-n' by
> default ?
>
> --
>
> ___
> Python tracker 
> 
> ___
>

--
Added file: http://bugs.python.org/file14636/unnamed

___
Python tracker 

___Can you guys let me know when this is fixed or thought to be fixed. I would 
like to test from my end just to ensure. On 
Sun, Aug 2, 2009 at 11:27 PM, Guilherme Polo rep...@bugs.python.org> 
wrote:


Guilherme Polo ggp...@gmail.com> 
added the comment:

Amaury, from what I remember your suggestion has been applied some time
ago. Can you check if the newest Windows installer still adds an '-n' 
by
default ?

--

___
Python tracker rep...@bugs.python.org>
http://bugs.python.org/issue4691>
___
-- Brandon Dixon - 
CCNA, OSCP, WebSphere DataPower Solution DeveloperInformation Systems 
Security Engineerhttp://www.dueyesterday.net";>www.dueyesterday.net - Documentation for 
the masses


___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4691] IDLE Code Caching Windows

2009-08-03 Thread Guilherme Polo

Guilherme Polo  added the comment:

Amaury, from what I remember your suggestion has been applied some time
ago. Can you check if the newest Windows installer still adds an '-n' by
default ?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4691] IDLE Code Caching Windows

2009-04-26 Thread Daniel Diniz

Changes by Daniel Diniz :


--
nosy: +gpolo
priority:  -> normal
stage:  -> needs patch
versions:  -Python 2.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4691] IDLE Code Caching Windows

2008-12-19 Thread Brandon Dixon

Brandon Dixon  added the comment:

I tested this issue in Linux using the IDLE package (packed separately)
from Python. I was not able to reproduce this error, so it appears to be
with the Windows version of Python.

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4691] IDLE Code Caching Windows

2008-12-19 Thread Amaury Forgeot d'Arc

Amaury Forgeot d'Arc  added the comment:

Reopening: the user did not choose the "-n" option; this option is 
always set when using "edit with IDLE" Windows shell command.

--
resolution: invalid -> 
status: closed -> open

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4691] IDLE Code Caching Windows

2008-12-18 Thread Amaury Forgeot d'Arc

Amaury Forgeot d'Arc  added the comment:

You are using IDLE with the "-n" option, so the same interpreter session
is reused each time you hit F5.

The second run works because the Struct from the first run is still
present - but disappears of course when you restart IDLE.

It's not really caching, but normal manipulation of variables, just like
"a = 5" followed by "print a" works because 'a' is saved in-between.

I suggest to remove this "-n" option, a fresh interpreter is started
each time you press F5, and errors appear sooner...

--
nosy: +amaury.forgeotdarc
resolution:  -> invalid
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4691] IDLE Code Caching Windows

2008-12-17 Thread Brandon Dixon

New submission from Brandon Dixon :

I made changes to my code and hit F5 to run it through IDLE. The code
appeared to run without any errors, but when I closed everything out and
ran it again it turned out to be full of errors.

I am able to replicate this problem with my code and have seen others
have the same problem, but its unclear when and what causes the caching
to take place. I created a test file that only contained "print hello".
I ran this, made changes and then ran it again. The changes were
reflected, but after testing my code, it still cached. 

Attached is a simple python file I used to test everything out. Run the
test, then comment out the Struct class and run it again. No errors
should appear, but if you close the code, reopen it and then run it
again it will error.

--
components: IDLE
files: bug-test.py
messages: 78010
nosy: brandon.dixon
severity: normal
status: open
title: IDLE Code Caching Windows
type: behavior
versions: Python 2.5, Python 2.6
Added file: http://bugs.python.org/file12392/bug-test.py

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com