[Python-checkins] python/nondist/peps pep-0272.txt,1.7,1.8

akuchling@sourceforge.net akuchling@sourceforge.net
Wed, 17 Apr 2002 16:11:21 -0700


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

Modified Files:
	pep-0272.txt 
Log Message:
Update posting history
Make some tenses match


Index: pep-0272.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0272.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** pep-0272.txt	17 Apr 2002 22:27:21 -0000	1.7
--- pep-0272.txt	17 Apr 2002 23:11:18 -0000	1.8
***************
*** 6,10 ****
  Type: Informational
  Created: 18-Sep-2001
! Post-History:
  
  Abstract
--- 6,10 ----
  Type: Informational
  Created: 18-Sep-2001
! Post-History: 17-Apr-2002
  
  Abstract
***************
*** 200,206 ****
  Changes
  
!     2002-04: Remove references to stream ciphers; retitled PEP;
      prefixed feedback mode constants with MODE_; removed PGP feedback
!     mode; added CTR and OFB feedback modes; clarify where numbers 
      are measured in bytes and where in bits.
  
--- 200,206 ----
  Changes
  
!     2002-04: Removed references to stream ciphers; retitled PEP;
      prefixed feedback mode constants with MODE_; removed PGP feedback
!     mode; added CTR and OFB feedback modes; clarified where numbers 
      are measured in bytes and where in bits.