[Python-checkins] CVS: python/nondist/peps pep-0272.txt,1.2,1.3

A.M. Kuchling akuchling@users.sourceforge.net
Mon, 29 Oct 2001 14:37:19 -0800


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv31985

Modified Files:
	pep-0272.txt 
Log Message:
Use key_size of None for variable-size keys


Index: pep-0272.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0272.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pep-0272.txt	2001/09/20 16:12:26	1.2
--- pep-0272.txt	2001/10/29 22:37:17	1.3
***************
*** 80,84 ****
  
          An integer value; the size of the keys required by this
!         module.  If key_size is zero, then the algorithm accepts
          arbitrary-length keys.  You cannot pass a key of length 0
          (that is, the null string '') as such a variable-length key.
--- 80,84 ----
  
          An integer value; the size of the keys required by this
!         module.  If key_size is None, then the algorithm accepts
          arbitrary-length keys.  You cannot pass a key of length 0
          (that is, the null string '') as such a variable-length key.