E&S CVS Commit: PEAK - Rough draft of an class that eases conversion between open()-style mode

tsarna at eby-sarna.com tsarna at eby-sarna.com
Wed Nov 27 16:43:01 EST 2002


Module Name:	PEAK
Committed By:	tsarna
Date:		Wed Nov 27 21:42:15 UTC 2002

Added Files:
	PEAK/src/peak/util: openmode.py

Log Message:
Rough draft of an class that eases conversion between open()-style mode
strings ("r+b", etc) and a set of booleans that tell you what actually
should happen (read, write, append, truncate, create, text). Useful for
stream factories, for example.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/util/openmode.py?rev=1.1&content-type=text/vnd.viewcvs-markup

To generate a diff of this commit:
cvs rdiff -r0 -r1.1 PEAK/src/peak/util/openmode.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list