Author: brett.cannon
Date: Fri Oct 26 07:42:09 2007
New Revision: 58663

Modified:
   python/branches/py3k/Misc/NEWS
Log:
Add a missing news entry about how str8's constructor signature now matches the
bytes type.


Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS      (original)
+++ python/branches/py3k/Misc/NEWS      Fri Oct 26 07:42:09 2007
@@ -11,6 +11,8 @@
 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
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to