We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc6cb1 commit e1ad2afCopy full SHA for e1ad2af
docs/build/changelog.rst
@@ -5,7 +5,18 @@ Changelog
5
6
.. changelog::
7
:version: 1.0.5
8
- :include_notes_from: unreleased
+ :released: November 27, 2018
9
+
10
+ .. change::
11
+ :tags: bug, py3k
12
+ :tickets: 507
13
14
+ Resolved remaining Python 3 deprecation warnings, covering
15
+ the use of inspect.formatargspec() with a vendored version
16
+ copied from the Python standard library, importing
17
+ collections.abc above Python 3.3 when testing against abstract
18
+ base classes, fixed one occurrence of log.warn(), as well as a few
19
+ invalid escape sequences.
20
21
22
:version: 1.0.4
docs/build/unreleased/507.rst
0 commit comments