commit | 011e8420339245f9b55d41082ec6036f2f83a182 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue May 05 04:43:17 2009 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue May 05 04:43:17 2009 +0000 |
tree | 6e278775c41c1d50c62e3a42b960797813d245ef | |
parent | 93f65a177b36396dddd1e2938cc037288a7eb400 [diff] [blame] |
Issue #5915: Implement PEP 383, Non-decodable Bytes in System Character Interfaces.
diff --git a/Misc/NEWS b/Misc/NEWS index a384c41..2e4c6bd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and Builtins ----------------- +- Implement PEP 383, Non-decodable Bytes in System Character Interfaces. + - Issue #5890: in subclasses of 'property' the __doc__ attribute was shadowed by classtype's, even if it was None. property now inserts the __doc__ into the subclass instance __dict__.