Skip to content

Commit 352bcdc

Browse files
author
Sylvain MARIE
committed
1.6.7 changelog + Minor comment edit
1 parent 6a5f8b3 commit 352bcdc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ci_tools/.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ ignore-imports=no
389389

390390
[SPELLING]
391391

392-
# Spelling dictionary name. Available dictionaries: none. To create_function it working
392+
# Spelling dictionary name. Available dictionaries: none. To make it working
393393
# install python-enchant package.
394394
spelling-dict=
395395

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 1.6.7 - Increased tolerance to function signatures in python 2
4+
5+
* In python 2 some libraries such as `attrs` can modify the annotations manually, making `signature` return a string representation that is not compliant with the language version. This raised a `SyntaxError` in previous versions. The new version silently removes all these annotations in python versions that do not support them. Fixes [#39](https://github.com/smarie/python-makefun/issues/39).
6+
37
### 1.6.6 - Bug fix
48

59
* Fixed yet another nasty varpositional-related bug :). Fixes [#38](https://github.com/smarie/python-makefun/issues/38).

0 commit comments

Comments
 (0)