diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-05-29 09:05:06 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-29 09:05:06 (GMT) |
commit | e501a93c18085a0ae0000a759438dcf3c162ddb6 (patch) | |
tree | 6ce860fadb4cd92c8c1df44297b07dde7c41d1d1 /Doc/whatsnew | |
parent | 2bac3b778f0a3efe374334b9694e99ed48431414 (diff) | |
parent | 8d56c026a5dd724318be005465366d5140fa6fe7 (diff) | |
download | cpython-e501a93c18085a0ae0000a759438dcf3c162ddb6.zip cpython-e501a93c18085a0ae0000a759438dcf3c162ddb6.tar.gz cpython-e501a93c18085a0ae0000a759438dcf3c162ddb6.tar.bz2 |
Issue #27125: Merge typo fixes from 3.5
Also merge changes from Issue #27117; no actual code changes to 3.6.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/2.6.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index 6aadcf0..4ab1656 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -3154,7 +3154,7 @@ Port-Specific Changes: Mac OS X :func:`macostools.touched` function to be removed because it depended on the :mod:`macfs` module. (:issue:`1490190`) -* Many other Mac OS modules have been deprecated and will removed in +* Many other Mac OS modules have been deprecated and will be removed in Python 3.0: :mod:`_builtinSuites`, :mod:`aepack`, |