[New-bugs-announce] [issue16478] Fix division in tabnanny

Serhiy Storchaka report at bugs.python.org
Thu Nov 15 16:46:58 CET 2012


New submission from Serhiy Storchaka:

Tabnanny should use floor division in calculation, the comment says about this. But in the current Python 3 code "/" was not changed to "//".

----------
components: Demos and Tools, Library (Lib)
files: tabnanny_div.patch
keywords: easy, patch
messages: 175622
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Fix division in tabnanny
type: behavior
versions: Python 3.2, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file27989/tabnanny_div.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16478>
_______________________________________


More information about the New-bugs-announce mailing list