persistent deque

inhahe inhahe at gmail.com
Tue May 20 17:49:43 EDT 2008


  def __init__(self, filename, initial):

should be

  def __init__(self, filename, initial=[]):

(that was the whole reason i put the filename first.)

sorry.






More information about the Python-list mailing list