[issue687648] classic division in demos/ directory

2008-09-12 Thread A.M. Kuchling
A.M. Kuchling <[EMAIL PROTECTED]> added the comment: Changes to curses/ committed in rev. 66424. Changes to threading/ committed in rev. 66425. Changes to Demo/classes/Dates.py committed in rev. 66426. Changes to md5driver/ committed in rev. 66427. Rest of the changes committed in rev. 66428.

[issue687648] classic division in demos/ directory

2008-03-02 Thread Robert Schuppenies
Robert Schuppenies added the comment: The attached patch applies floor division to all classic divisions where only integer input was used, and true division where at least on input parameter was of non-integral type. In cmptree.py I replaced "int(size/dt)" with "size//dt" as it has the same sem

[issue687648] classic division in demos/ directory

2008-01-11 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy Tracker <[EMAIL PROTECTED]> ___ Python-bugs-list mailing list Unsubscribe: http://mai