We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c9796 commit d80cea9Copy full SHA for d80cea9
docs/credits.rst
@@ -63,6 +63,7 @@ Patches
63
- Elliott Sales de Andrade
64
- Jeff Tratner
65
- Mystic-Mirage (GitHub)
66
+- str4d (GitHub)
67
68
Suggestions and Feedback
69
~~~~~~~~~~~~~~~~~~~~~~~~
docs/whatsnew.rst
@@ -44,6 +44,9 @@ Bug fixes
44
- Fix isinstance checks for subclasses of future types (issue #89).
45
- Be explicit about encoding file contents as UTF-8 in unit tests (issue #63).
46
Useful for building RPMs and in other environments where ``LANG=C``.
47
+- Fix for 3-argument ``pow(x, y, z)`` with ``newint`` arguments (issue #87).
48
+ (Thanks to @str4d).
49
+
50
51
.. _whats-new-0.12.4:
52
0 commit comments