Message333572
| Author | __Vano |
|---|---|
| Recipients | Anthony Sottile, Antony.Lee, Chris Billington, Ivan.Pozdeev, __Vano, barry, brett.cannon, christian.heimes, emma_smith, eric.smith, eric.snow, jaraco, mhammond, ncoghlan, pitrou, takluyver, terry.reedy, vstinner |
| Date | 2019-01-13.21:53:24 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <bdf53809-f292-7864-07cc-d738518a968f@mail.ru> |
| In-reply-to | <1547412598.82.0.0462496329545.issue33944@roundup.psfhosted.org> |
| Content | |
|---|---|
> This brings to mind the transition of many programs from using a single config file or startup script to using a directory of config/startup files parsed/executed in alphabetical order. Would a sitecustomize.d/ directory (with files within it executed in alphabetical order) as a replacement for executable code in .pth files be an improvement on the status quo? No, because the required execution order is governed by package interdependencies rather than names. SysVInit went around this by hand-picking number prefixes to files in rcN.d/ but this proved unmaintainable in the long run. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-01-13 21:53:25 | __Vano | set | recipients: + __Vano, mhammond, barry, brett.cannon, terry.reedy, jaraco, ncoghlan, pitrou, vstinner, eric.smith, christian.heimes, eric.snow, takluyver, Antony.Lee, Ivan.Pozdeev, Anthony Sottile, emma_smith, Chris Billington |
| 2019-01-13 21:53:24 | __Vano | link | issue33944 messages |
| 2019-01-13 21:53:24 | __Vano | create | |