]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Copy the notice about dict-style access to options to the backwards-compat section.
authorBen Darnell <ben@bendarnell.com>
Sun, 31 Mar 2013 21:44:22 +0000 (17:44 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 31 Mar 2013 21:44:22 +0000 (17:44 -0400)
docs/releases/v3.0.0.rst

index ac3cf0d8b49af3b87a013234b7f4bf88ede0052c..e618641f573b76506ba719d0cbe1ad5ba5e49252 100644 (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