Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 400 Bytes

backward-compatibility.rst

File metadata and controls

11 lines (8 loc) · 400 Bytes

Backward Compatibility

pyOpenSSL has a very strong backward compatibility policy. Generally speaking, you shouldn't ever be afraid of updating.

If breaking changes are needed do be done, they are:

  1. …announced in the :doc:`changelog`.
  2. …the old behavior raises a :exc:`DeprecationWarning` for a year.
  3. …are done with another announcement in the :doc:`changelog`.