[Python-checkins] python/dist/src/Misc NEWS,1.1359,1.1360

doerwalter@users.sourceforge.net doerwalter at users.sourceforge.net
Thu Sep 1 14:04:39 CEST 2005


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

Modified Files:
	NEWS 
Log Message:
Fix rest markup and typos.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1359
retrieving revision 1.1360
diff -u -d -r1.1359 -r1.1360
--- NEWS	1 Sep 2005 11:56:53 -0000	1.1359
+++ NEWS	1 Sep 2005 12:04:29 -0000	1.1360
@@ -64,7 +64,7 @@
   proper magic slot for type conversions when subclassed.  Previously the
   magic slot was ignored during conversion.  Semantics now match the way
   subclasses of str always behaved.  int/long/float, conversion of an instance
-  to the base class has been moved the prroper nb_* magic slot and out of
+  to the base class has been moved to the proper nb_* magic slot and out of
   PyNumber_*().
   Thanks Walter Dörwald.
 
@@ -439,7 +439,7 @@
   about illegal code points. The codec now supports PEP 293 style error
   handlers.
 
-- Bug #1235646: ^^codecs.StreamRecoder.next()^^ now reencodes the data it reads
+- Bug #1235646: ``codecs.StreamRecoder.next()`` now reencodes the data it reads
   from the input stream, so that the output is a byte string in the correct
   encoding instead of a unicode string.
 



More information about the Python-checkins mailing list