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

A.M. Kuchling akuchling@users.sourceforge.net
2001年10月29日 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.

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