From: Ben Darnell Date: Sun, 31 Mar 2013 21:44:22 +0000 (-0400) Subject: Copy the notice about dict-style access to options to the backwards-compat section. X-Git-Tag: v3.0.1~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86c07fb441b9986e43250f389ff2ceb7ba9950a9;p=thirdparty%2Ftornado.git Copy the notice about dict-style access to options to the backwards-compat section. --- diff --git a/docs/releases/v3.0.0.rst b/docs/releases/v3.0.0.rst index ac3cf0d8b..e618641f5 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