Message70402
You know what? It's a mess.
- from the __main__ module, __builtins__ is a module.
- in all other modules, __builtins__ is a dict.
The fix is correct for most modules:
./python Lib\test\test_decimal.py
but fails for
./python Lib\doctest.py |
|
| Date |
User |
Action |
Args |
| 2008-07-29 15:42:52 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, pitrou, benjamin.peterson |
| 2008-07-29 15:42:52 | amaury.forgeotdarc | set | messageid: <[email protected]> |
| 2008-07-29 15:42:46 | amaury.forgeotdarc | link | issue3462 messages |
| 2008-07-29 15:42:46 | amaury.forgeotdarc | create | |
|