Message206293
| Author | vstinner |
|---|---|
| Recipients | ethan.furman, gvanrossum, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, skrah, vstinner |
| Date | 2013-12-16.10:44:42 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1387190682.59.0.460309299571.issue19995@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Calls: * hex()/oct() => PyNumber_ToBase() => PyNumber_Index(). * PyUnicode_Format() => mainformatlong() => PyNumber_Long() I never understood the difference between "long" (__int__ method) and "index" (__index__ method). Is the difference on the behaviour of floating point numbers? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-12-16 10:44:42 | vstinner | set | recipients: + vstinner, gvanrossum, rhettinger, mark.dickinson, pitrou, skrah, ethan.furman, serhiy.storchaka |
| 2013-12-16 10:44:42 | vstinner | set | messageid: <1387190682.59.0.460309299571.issue19995@psf.upfronthosting.co.za> |
| 2013-12-16 10:44:42 | vstinner | link | issue19995 messages |
| 2013-12-16 10:44:42 | vstinner | create | |