[Python-checkins] python/dist/src/Misc NEWS,1.1292,1.1293

montanaro@users.sourceforge.net montanaro at users.sourceforge.net
Fri May 20 05:07:39 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22227/Misc

Modified Files:
	NEWS 
Log Message:
Disallow opening files with modes 'aU' or 'wU' as specified by PEP
278. Closes bug 967182.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1292
retrieving revision 1.1293
diff -u -d -r1.1292 -r1.1293
--- NEWS	16 May 2005 02:42:22 -0000	1.1292
+++ NEWS	20 May 2005 03:07:06 -0000	1.1293
@@ -12,6 +12,9 @@
 Core and builtins
 -----------------
 
+- bug #967182: disallow opening files with 'wU' or 'aU' as specified by PEP
+  278.
+
 - patch #1109424: int, long, float, complex, and unicode now check for the
   proper magic slot for type conversions when subclassed.  Previously the
   magic slot was ignored during conversion.  Semantics now match the way



More information about the Python-checkins mailing list