From: Sergey Matveev Date: Mon, 18 Jun 2018 20:44:00 +0000 (+0300) Subject: Unnecessary trailing commas X-Git-Tag: 3.9~2 X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=commitdiff_plain;h=4c1b43b088ca8320cf8b2a8e506e55f88f981486 Unnecessary trailing commas --- diff --git a/doc/news.rst b/doc/news.rst index a05a0e4..971011e 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -28,15 +28,15 @@ is replaced with:: 3.6 --- -* Ability to set values during Sequence initialization. +* Ability to set values during Sequence initialization .. _release3.5: 3.5 --- -* Fix TagMismatch exception completeness during Choice and Set decoding. +* Fix TagMismatch exception completeness during Choice and Set decoding Previously we will loose offset and decode_path information about - concrete TagMismatched entity. + concrete TagMismatched entity .. _release3.4: @@ -109,9 +109,9 @@ utility. 1.5 --- * Generic decoder's scheme and pretty printer - (:py:func:`pyderasn.generic_decoder`) can be used in libraries. + (:py:func:`pyderasn.generic_decoder`) can be used in libraries * Ability to specify :ref:`defines_by_path ` - during command line invocation. + during command line invocation .. _release1.4: