Skip to content

Commit 5da1f0b

Browse files
Add a NEWS entry.
1 parent 6cd302c commit 5da1f0b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
All builtin types exposed in the :mod:`types` module now have attributes
2+
``__module__``, ``__qualname__`` and ``__name__`` which allow to resolve
3+
them in the corresponding module. As result, all these types (but not
4+
neccessary their instances) are now pickleable.

0 commit comments

Comments
 (0)