Merge branch 'branch3.0'

This commit is contained in:
Ben Darnell 2013-03-31 17:45:19 -04:00
commit 476767c485
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ Backwards-incompatible changes
* ``tornado.netutil.TCPServer`` has moved to its own module,
`tornado.tcpserver`.
* The Tornado test suite now requires ``unittest2`` when run on Python 2.6.
* `tornado.options.options` is no longer a subclass of `dict`; attribute-style
access is now required.
Detailed changes by module