[EMAIL PROTECTED] wrote:

Ok the key was "r+b" as opposed to "a+b" but why is that?  R is for
read, correct?  And b for binary.  Adding the plus gives me some form
of write capability?

Read binary is "rb," but read-write binary is "r+b." The "+" means that you can write, too.


--
Erik Max Francis && [EMAIL PROTECTED] && http://www.alcyone.com/max/
San Jose, CA, USA && 37 20 N 121 53 W && AIM erikmaxfrancis
  It's a man's world, and you men can have it.
  -- Katherine Anne Porter
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to