doc/changes/3.27.rst
changeset 12585 933c2b3839ab
parent 12583 4f59a56e6d89
child 12604 c755b73640ea
equal deleted inserted replaced
12584:6eba53763482 12585:933c2b3839ab
    14 .. _pytest-xdist: https://github.com/pytest-dev/pytest-xdist
    14 .. _pytest-xdist: https://github.com/pytest-dev/pytest-xdist
    15 
    15 
    16 Backwards incompatible changes
    16 Backwards incompatible changes
    17 ------------------------------
    17 ------------------------------
    18 
    18 
    19 * ``cubicweb-ctl`` commands "start", "stop", "restart", "reload" and "status"
    19 * Standardization on the way to launch a cubicweb instance, from now on the
    20   have been removed because they relied on the Twisted web server backend that
    20   only way to do that will be the used the ``pyramid`` command. Therefore:
    21   is no longer maintained nor working with Python 3.
       
    22 
    21 
    23 * Twisted web server support has been removed.
    22    * ``cubicweb-ctl`` commands "start", "stop", "restart", "reload" and "status"
       
    23      have been removed because they relied on the Twisted web server backend that
       
    24      is no longer maintained nor working with Python 3.
       
    25 
       
    26    * Twisted web server support has been removed.
       
    27 
       
    28    * ``cubicweb-ctl wsgi`` has also been removed.
    24 
    29 
    25 * Support for legacy cubes (in the 'cubes' python namespace) has been dropped.
    30 * Support for legacy cubes (in the 'cubes' python namespace) has been dropped.
    26   Use of environment variables CW_CUBES_PATH and CUBES_DIR is removed.
    31   Use of environment variables CW_CUBES_PATH and CUBES_DIR is removed.
    27 
    32 
    28 * Python 2 support has been dropped.
    33 * Python 2 support has been dropped.