This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2008-01-12 05:20 by mark.dickinson, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
int_truediv.py | mark.dickinson, 2008-01-12 05:20 | More accurate truediv for integers: example code | ||
long_division.patch | mark.dickinson, 2008-05-18 17:04 | patch for Objects/longobject.c | ||
long_division2.patch | mark.dickinson, 2009-12-23 15:33 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:29 | admin | set | github: 46136 |
2009-12-27 15:10:11 | mark.dickinson | set | status: open -> closed resolution: fixed messages: + msg96910 stage: patch review -> resolved |
2009-12-23 15:33:51 | mark.dickinson | set | files:
+ long_division2.patch stage: patch review messages: + msg96840 versions: + Python 2.7, Python 3.2, - Python 2.6, Python 3.0 |
2009-12-23 10:08:22 | mark.dickinson | set | assignee: tim.peters -> mark.dickinson messages: + msg96834 |
2009-07-28 22:29:05 | mark.dickinson | set | messages: + msg91020 |
2008-05-18 17:04:25 | mark.dickinson | set | files:
+ long_division.patch keywords: + patch messages: + msg67031 |
2008-03-19 04:28:40 | terry.reedy | set | nosy:
+ terry.reedy messages: + msg64034 |
2008-01-16 00:22:46 | mark.dickinson | set | messages: + msg59988 |
2008-01-12 23:33:04 | rhettinger | set | assignee: tim.peters |
2008-01-12 21:05:34 | mark.dickinson | set | nosy:
+ tim.peters messages: + msg59839 |
2008-01-12 20:49:42 | christian.heimes | set | messages: + msg59838 |
2008-01-12 17:18:54 | mark.dickinson | set | messages: + msg59830 |
2008-01-12 16:57:16 | christian.heimes | set | priority: normal nosy: + christian.heimes messages: + msg59824 |
2008-01-12 05:20:56 | mark.dickinson | set | components:
+ Interpreter Core versions: + Python 2.6, Python 3.0 |
2008-01-12 05:20:28 | mark.dickinson | create |