New submission from Somelauw :
>>> f = Fraction()
>>> f.a = 5
>>> f.__slots__
('_numerator', '_denominator')
>>> f.a
5
>>> f.__dict__
{}
When I create my own object, this doesn't happen.
>>> class Slots:
__s
Somelauw added the comment:
I'm using windows XP home edition SP2
Yes, my error message is similair to the one of ajaksu2 when I run the
IDLE on the commandline. (when opened from windows explorer, it justs
closes)
Also problem 2 is similair.
___
P
Somelauw added the comment:
I have found a way to reproduce this error:
Open the idle
Hold down shift:
Press up 3 times
Hold [fn] (on laptop)
Press the home key
Idle closes for no reason
Any help?
___
Python tracker
<h
New submission from Somelauw :
I'm using python 3.0 final which was released on December the 3th.
I also have python 2.5 installed.
2 bugs in python3 IDLE which might be related (but don't have to)
1.
The Python3 IDLE sometimes suddenly closes.
It always happens when I'm using