Changes between Version 61 and Version 62 of DjangoSpecifications/Core/Threading
- Timestamp:
- Feb 23, 2009, 12:39:10 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/Core/Threading
v61 v62 63 63 {{{ 64 64 foo = [] 65 def bar():65 def init_foo(): 66 66 ... 67 67 if not foo: … … 73 73 {{{ 74 74 foo = None 75 def bar():75 def init_foo(): 76 76 ... 77 77 global foo