Changes between Version 41 and Version 42 of DjangoSpecifications/Core/Threading
- Timestamp:
- Apr 26, 2008, 3:06:00 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/Core/Threading
v41 v42 77 77 === Modules' use of globals === 78 78 79 Note that global instances have not been reviewed and are missing from the following table currently.79 Note that only lists, tuples and globals accessed with the `global` keyword have been reviewed. Global class instances (e.g. registries) and class variable access without the `__class__` keyword are missing. The latter are probably impossible to catch with `grep`. 80 80 81 81 See below for raw `grep` results.