What would be considered show stoppers for an official release of tw2?
My personal feeling is that the validation is a tad flakey at the moment. I think it needs to be at least as powerful as formencode,
Also, getting at child error messages requires knowing a bit too much about the implementation details.
Another thing is making it really easy for a user to unit test their widget, right now a lot of hand holding has to be done with managing globals and the middleware. it would be nice if you could call display or validate and do asserts on the results without having all that machinery in the way.
Docs, it's always the docs. I think they are adequate for someone who is familiar with tw already, but a lot of details are glossed over. One approach i was thinking of was starting at ground zero and building on top of that for the various features.
a: widget with params, how they are passed to the template etc....
b: adding resources
c: interacting with javascript
d: form building
e: validation
if those get adequate docs where the language makes no assumptions about the readers familiarity other than they know python, and they know web applications, it would be awesome
These 3 things I would consider core, and all the libs can leverage that
merely my .02 :)