Xena Series Release Notes¶
2.6.2¶
Bug Fixes¶
Fix the backdoor helper method fo() to also work when there are objects present in the current python instance that do not have a __class__ attribute.
2.6.1¶
New Features¶
A new config options,
[DEFAULT] wsgi_server_debug
, has been added. This allows admins to configure whether the server should send exception tracebacks to the clients on HTTP 500 errors. This defaults toFalse
, preserving previous behavior.