parameters. ssl.RAND_add() now supports strings longer than 2 GB.
Library
-------
+ - Issue #21781: ssl.RAND_add() now supports strings longer than 2 GB.
+
+- Issue #21679: Prevent extraneous fstat() calls during open(). Patch by
+ Bohuslav Kabrda.
+
+- Issue #21863: cProfile now displays the module name of C extension functions,
+ in addition to their own name.
+
- Issue #11453: asyncore: emit a ResourceWarning when an unclosed file_wrapper
object is destroyed. The destructor now closes the file if needed. The
close() method can now be called twice: the second call does nothing.