Public bug reported:

Binary package hint: gedit

this is an interesting bug, it may be common to all gedit, I don't know.

so if you type 1/2 in the console you get the return of:

>>> 0

now, if you then type from __future__ import division

and then type 1/2 you still get:

>>> 0

this should not be happening. Try doing the same thing in command line
python console or IDLE, or what have you.

you should be getting 0.5, because you're changing the division type.

** Affects: gedit (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
Bug in the python console in gedit
https://bugs.launchpad.net/bugs/104772
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to