This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients berker.peksag, docs@python, georg.brandl, python-dev, r.david.murray, serhiy.storchaka, vstinner, Василий.Макаров
Date 2014-11-01.17:54:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414864454.09.0.145831056293.issue22695@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch should fix the deprecated-removed directive. I've tested it with the following examples:

   .. deprecated-removed:: 3.4 4.0

      The ``'U'`` mode.


   .. deprecated-removed:: 3.4 4.0
      The ``'U'`` mode.


   .. deprecated-removed:: 3.4 4.0
History
Date User Action Args
2014-11-01 17:54:14berker.peksagsetrecipients: + berker.peksag, georg.brandl, vstinner, r.david.murray, docs@python, python-dev, serhiy.storchaka, Василий.Макаров
2014-11-01 17:54:14berker.peksagsetmessageid: <1414864454.09.0.145831056293.issue22695@psf.upfronthosting.co.za>
2014-11-01 17:54:14berker.peksaglinkissue22695 messages
2014-11-01 17:54:14berker.peksagcreate