mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Co-authored-by: Éric <merwok@netwok.org> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
10 lines
381 B
ReStructuredText
10 lines
381 B
ReStructuredText
Classes and functions that unconditionally declared their docstrings
|
|
ignoring the `--without-doc-strings` compilation flag no longer do so.
|
|
|
|
The classes affected are :class:`ctypes.UnionType`,
|
|
:class:`pickle.PickleBuffer`, :class:`testcapi.RecursingInfinitelyError`,
|
|
and :class:`types.GenericAlias`.
|
|
|
|
The functions affected are 24 methods in :mod:`ctypes`.
|
|
|
|
Patch by Oleg Iarygin.
|