Message 231092 - Python tracker
Message231092
| Author | serhiy.storchaka |
|---|---|
| Recipients | amaury.forgeotdarc, eric.araujo, georg.brandl, parent5446, serhiy.storchaka |
| Date | 2014-11-12.20:52:31 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1415825551.98.0.346222974548.issue12499@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Both approaches can be combined. It could be a regular overridable method, and it could be overridded for an instance if corresponding argument is specified. See the default method and parameter of JSON encoder. I slightly hesitate about the name. Is "width_func" the best of names? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-11-12 20:52:32 | serhiy.storchaka | set | recipients: + serhiy.storchaka, georg.brandl, amaury.forgeotdarc, eric.araujo, parent5446 |
| 2014-11-12 20:52:31 | serhiy.storchaka | set | messageid: <1415825551.98.0.346222974548.issue12499@psf.upfronthosting.co.za> |
| 2014-11-12 20:52:31 | serhiy.storchaka | link | issue12499 messages |
| 2014-11-12 20:52:31 | serhiy.storchaka | create | |