[issue15057] Potential Bug in mpd_qdivint and mpd_qrem

2012-06-14 Thread Stefan Krah
Stefan Krah stefan-use...@bytereef.org added the comment: I can see why it is seems strange that // and % behave differently. If anything, I'd change divint to raise for things like inf // 3. But the official test cases don't: dvix601 divideint -Inf -1000 - Infinity remx701 remainder -Inf

[issue15057] Potential Bug in mpd_qdivint and mpd_qrem

2012-06-13 Thread Ken Cheung
Changes by Ken Cheung msrbugzi...@gmail.com: -- title: Potential Bugs in mpd_qdivint and mpd_qrem - Potential Bug in mpd_qdivint and mpd_qrem ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15057

[issue15057] Potential Bug in mpd_qdivint and mpd_qrem

2012-06-13 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- nosy: +skrah ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15057 ___ ___ Python-bugs-list mailing list