From 86c07fb441b9986e43250f389ff2ceb7ba9950a9 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sun, 31 Mar 2013 17:44:22 -0400 Subject: [PATCH] Copy the notice about dict-style access to options to the backwards-compat section. --- docs/releases/v3.0.0.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/releases/v3.0.0.rst b/docs/releases/v3.0.0.rst index ac3cf0d8..e618641f 100644 --- a/docs/releases/v3.0.0.rst +++ b/docs/releases/v3.0.0.rst @@ -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