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

Reply via email to