[issue4691] IDLE Code Caching Windows

2011-12-20 Thread Ned Deily

Changes by Ned Deily n...@acm.org:


--
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 rep...@bugs.python.org
http://bugs.python.org/issue4691
___
___
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 roger.se...@gmail.com added the comment:

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

--
nosy: +serwy

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4691
___
___
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 amaur...@gmail.com added the comment:

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

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4691
___
___
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 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
___
___
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 brandon.s.di...@gmail.com 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 rep...@bugs.python.orgwrote:


 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
 ___


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

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4691
___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. brbrdiv class=gmail_quoteOn 
Sun, Aug 2, 2009 at 11:27 PM, Guilherme Polo span dir=ltrlt;a 
href=mailto:rep...@bugs.python.org;rep...@bugs.python.org/agt;/span 
wrote:br

blockquote class=gmail_quote style=border-left: 1px solid rgb(204, 204, 
204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;br
Guilherme Polo lt;a href=mailto:ggp...@gmail.com;ggp...@gmail.com/agt; 
added the comment:br
br
Amaury, from what I remember your suggestion has been applied some timebr
ago. Can you check if the newest Windows installer still adds an #39;-n#39; 
bybr
default ?br
br
--br
divdiv/divdiv class=h5br
___br
Python tracker lt;a 
href=mailto:rep...@bugs.python.org;rep...@bugs.python.org/agt;br
lt;a href=http://bugs.python.org/issue4691; 
target=_blankhttp://bugs.python.org/issue4691/agt;br
___br
/div/div/blockquote/divbrbr clear=allbr-- brBrandon Dixon - 
CCNA, OSCP, WebSphere DataPower Solution DeveloperbrInformation Systems 
Security Engineerbra 
href=http://www.dueyesterday.net;www.dueyesterday.net/a - Documentation for 
the massesbr


___
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 aja...@gmail.com:


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

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4691
___
___
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 amaur...@gmail.com 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 rep...@bugs.python.org
http://bugs.python.org/issue4691
___
___
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 amaur...@gmail.com 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 rep...@bugs.python.org
http://bugs.python.org/issue4691
___
___
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 brandon.s.di...@gmail.com:

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 rep...@bugs.python.org
http://bugs.python.org/issue4691
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com