Message310905
Found in this thread: https://twitter.com/dabeaz/status/956264950430912512
Note that at the global level locals() indeed returns variables in order of definition. Ditto at class scope. Because those calls just return the actual dict. But in a function, a dict is constructed. I agree with Dave that it would be nice if the order there was reversed. |
|
| Date |
User |
Action |
Args |
| 2018-01-28 03:16:31 | gvanrossum | set | recipients:
+ gvanrossum |
| 2018-01-28 03:16:31 | gvanrossum | set | messageid: <[email protected]> |
| 2018-01-28 03:16:31 | gvanrossum | link | issue32690 messages |
| 2018-01-28 03:16:30 | gvanrossum | create | |
|