diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-11-07 03:35:08 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-11-07 03:35:08 (GMT) |
commit | 78057b41591629aa676d8f128da8ec6c65ffaeb5 (patch) | |
tree | 21ca0db7ee2806a6ecd87227f20320c2edc31e87 /Doc/whatsnew/3.6.rst | |
parent | f570d0f117e23c2be982c7db910309d52b0496aa (diff) | |
download | cpython-78057b41591629aa676d8f128da8ec6c65ffaeb5.zip cpython-78057b41591629aa676d8f128da8ec6c65ffaeb5.tar.gz cpython-78057b41591629aa676d8f128da8ec6c65ffaeb5.tar.bz2 |
Closes #27781: Removes special cases for the experimental aspect of PEP 529
Diffstat (limited to 'Doc/whatsnew/3.6.rst')
-rw-r--r-- | Doc/whatsnew/3.6.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 1b94302..8495330 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -355,11 +355,6 @@ correctly encoded. To revert to the previous behaviour, set See :pep:`529` for more information and discussion of code modifications that may be required. -.. note:: - - This change is considered experimental for 3.6.0 beta releases. The default - encoding may change before the final release. - .. _whatsnew-pep487: PEP 487: Simpler customization of class creation |