* :option:`-X` ``faulthandler``
+ftplib
+------
+
+The :class:`~ftplib.FTP_TLS` class now provides a new
+:func:`~ftplib.FTP_TLS.ccc` function to revert control channel back to
+plaintex. This can be useful to take advantage of firewalls that know how to
+handle NAT with non-secure FTP without opening fixed ports.
+
+(Contributed by Giampaolo RodolĂ in :issue:`12139`)
+
+
math
----
* :func:`~ssl.RAND_pseudo_bytes`: generate pseudo-random bytes.
-ftplib
+struct
------
-The :class:`~ftplib.FTP_TLS` class now provides a new
-:func:`~ftplib.FTP_TLS.ccc` function to revert control channel back to
-plaintex. This can be useful to take advantage of firewalls that know how to
-handle NAT with non-secure FTP without opening fixed ports.
+The :mod:`struct` module supports the :c:type:`long long` type using ``q`` and
+``Q`` type codes.
-(Contributed by Giampaolo RodolĂ in :issue:`12139`)
+(Contributed by Oren Tirosh and Hirokazu Yamamoto in :issue:`1172711`)
shutil