comparison CHANGES.txt @ 354:bd28fb4565e1

FIX: Tagging of the KeyError: :py:exception: -> :py:exc:
author Franz Glasner <f.glasner@feldmann-mg.com>
date Thu, 24 Jun 2021 19:41:44 +0200
parents a7491f835cb0
children 3d5eaa6895d9
comparison
equal deleted inserted replaced
353:a7491f835cb0 354:bd28fb4565e1
18 - **[feature]** 18 - **[feature]**
19 New filter function :py:func:`urlquote_plus` 19 New filter function :py:func:`urlquote_plus`
20 20
21 - **[feature]** 21 - **[feature]**
22 New filter functions :py:func:`None` and :py:func:`Empty`. They are 22 New filter functions :py:func:`None` and :py:func:`Empty`. They are
23 useful in variable interpolation context where they suppress possible 23 useful in variable interpolation context where they suppress
24 lookup errors (aka :py:exception:`KeyError`) and instead return with 24 possible lookup errors (aka :py:exc:`KeyError`) and instead return
25 :py:obj:`None` or an empty string. 25 with :py:obj:`None` or an empty string.
26 26
27 27
28 0.14 (2021-05-10) 28 0.14 (2021-05-10)
29 ~~~~~~~~~~~~~~~~~ 29 ~~~~~~~~~~~~~~~~~
30 30