[issue4998] fractions are mutable

2009-01-19 Thread Somelauw
New submission from Somelauw somel...@yahoo.com: 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: __slots__ = (slot1, slot2) a = Slots() a.slot3 = 6 Traceback (most

[issue4676] python3 closes + home keys

2009-01-05 Thread Somelauw
Somelauw somel...@yahoo.com 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

[issue4676] python3 closes + home keys

2009-01-04 Thread Somelauw
Somelauw somel...@yahoo.com 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 rep

[issue4676] python3 closes + home keys

2008-12-16 Thread Somelauw
New submission from Somelauw somel...@yahoo.com: 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