[Python-checkins] commit of r41704 - python/branches/release24-maint/Doc/lib/libstdtypes.tex

reinhold.birkenfeld python-checkins at python.org
Thu Dec 15 22:34:53 CET 2005


Author: reinhold.birkenfeld
Date: Thu Dec 15 22:34:53 2005
New Revision: 41704
Modified:
 python/branches/release24-maint/Doc/lib/libstdtypes.tex
Log:
Remove reference to open() mode "t" as it is platform dependent.
Modified: python/branches/release24-maint/Doc/lib/libstdtypes.tex
==============================================================================
--- python/branches/release24-maint/Doc/lib/libstdtypes.tex	(original)
+++ python/branches/release24-maint/Doc/lib/libstdtypes.tex	Thu Dec 15 22:34:53 2005
@@ -1588,7 +1588,7 @@
 file is only opened for writing in append mode (mode \code{'a'}),
 this method is essentially a no-op, but it remains useful for files
 opened in append mode with reading enabled (mode \code{'a+'}). If the
- file is opened in text mode (mode \code{'t'}), only offsets returned
+ file is opened in text mode (without \code{'b'}), only offsets returned
 by \method{tell()} are legal. Use of other offsets causes undefined
 behavior.
 


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /