diff --git a/Misc/NEWS b/Misc/NEWS index faae5f7e2a7196..51560612d5a154 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -735,6 +735,8 @@ C API Documentation ------------- +- bpo-28929: Link the documentation to its source file on GitHub. + - bpo-25008: Document smtpd.py as effectively deprecated and add a pointer to aiosmtpd, a third-party asyncio-based replacement.