From: Brett Cannon Date: Fri, 26 Oct 2007 05:42:09 +0000 (+0000) Subject: Add a missing news entry about how str8's constructor signature now matches the X-Git-Tag: v3.0a2~273 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37f7e6ebcbf86b5c7f4e5bad574d5f0173f77765;p=thirdparty%2FPython%2Fcpython.git Add a missing news entry about how str8's constructor signature now matches the bytes type. --- diff --git a/Misc/NEWS b/Misc/NEWS index 1846696e156e..4ec628f7bcdc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -11,6 +11,8 @@ What's New in Python 3.0a2? Core and Builtins ----------------- +- str8 now has the same construction signature as bytes. + - Comparisons between str and str8 now return False/True for ==/!=. sqlite3 returns str8 when recreating on object from it's __conform__ value. The struct module returns str8 for all string-related formats. This was true