Changes between and of Initial VersionVersion 2Ticket #5152
- Timestamp:
- 06/13/2011 09:33:38 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5152
- Property cc jknight added
-
Ticket #5152 – description
initial v2 1 1 There are a number of problems with IResource. A (possibly non-exhaustive) list: 2 2 3 1. #3711 (returning deferreds from render methods)4 1. #3621 (returning deferreds from getChild and friends)5 1. #288 (accessing uploaded data while in progress)3 1. #3711 (returning deferreds from render methods) 4 1. #3621 (returning deferreds from getChild and friends) 5 1. #288 (accessing uploaded data while in progress) 6 6 7 7 None of these problems can be fixed without breaking IResource, which is something we don't want to do. As a result, we need a new IResource interface.
