[3.6] bpo-28929: Add to Misc/NEWS (GH-284) · python/cpython@1a8dd94 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 1a8dd94

mention bpo-28929 in the Documentation section of What's New in Python 3.6.1 release candidate 1

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -217,6 +217,8 @@ C API
217 217 Documentation
218 218 -------------
219 219
220 +- bpo-28929: Link the documentation to its source file on GitHub.
221 +
220 222 - bpo-25008: Document smtpd.py as effectively deprecated and add a pointer to
221 223 aiosmtpd, a third-party asyncio-based replacement.
222 224