[issue14089] Patch to increase fractions lib test coverage

2012-02-29 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the patch! -- assignee: -> ezio.melotti resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed type: behavior -> enhancement ___ Python tracker

[issue14089] Patch to increase fractions lib test coverage

2012-02-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8e00de3acb44 by Ezio Melotti in branch '2.7': #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk. http://hg.python.org/cpython/rev/8e00de3acb44 New changeset 0bbc2549e1ee by Ezio Melotti in branch '3.2': #14089: increase

[issue14089] Patch to increase fractions lib test coverage

2012-02-24 Thread Éric Araujo
Éric Araujo added the comment: LGTM -- nosy: +eric.araujo versions: +Python 2.7, Python 3.2 ___ Python tracker ___ ___ Python-bugs-li

[issue14089] Patch to increase fractions lib test coverage

2012-02-24 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue14089] Patch to increase fractions lib test coverage

2012-02-24 Thread Oleg Plakhotnyuk
Changes by Oleg Plakhotnyuk : Added file: http://bugs.python.org/file24630/test_fractions.patch ___ Python tracker ___ ___ Python-bugs-list ma

[issue14089] Patch to increase fractions lib test coverage

2012-02-24 Thread Oleg Plakhotnyuk
Changes by Oleg Plakhotnyuk : Removed file: http://bugs.python.org/file24605/test_fractions.patch ___ Python tracker ___ ___ Python-bugs-list

[issue14089] Patch to increase fractions lib test coverage

2012-02-22 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +ezio.melotti stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue14089] Patch to increase fractions lib test coverage

2012-02-22 Thread Oleg Plakhotnyuk
New submission from Oleg Plakhotnyuk : The last few missing bits to complete test coverage of 'fractions.py' library. ./python.exe -E -Wd -m test -v -T -D ../coverage/test_fractions test_fractions lines cov% module (path) 270 100% fractions (/Users/family/Documents/code/python/re