Message158377
| Author | brett.cannon |
|---|---|
| Recipients | Arfrever, brett.cannon, eric.araujo, eric.snow, meador.inge, pitrou, python-dev |
| Date | 2012-04-15.22:34:58 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1334529299.33.0.13189489318.issue13959@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I am seeing how this is going to go down. the load_dynamic, load_source, etc. family of functions are simply dispatched to by load_module(). So to keep some semblance of backwards-compatibility, each of those modules need to be implemented and then have load_module() simply dispatch to them based on the "type" of module it is. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-04-15 22:34:59 | brett.cannon | set | recipients: + brett.cannon, pitrou, eric.araujo, Arfrever, meador.inge, python-dev, eric.snow |
| 2012-04-15 22:34:59 | brett.cannon | set | messageid: <1334529299.33.0.13189489318.issue13959@psf.upfronthosting.co.za> |
| 2012-04-15 22:34:58 | brett.cannon | link | issue13959 messages |
| 2012-04-15 22:34:58 | brett.cannon | create | |