[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Misc NEWS,1.52,1.53

Rob W. W. Hooft rob@hooft.net
Tue, 5 Sep 2000 08:15:04 +0200 (CEST)


! Augmented Assignment
! --------------------
!
! This must have been the most-requested feature of the past years!
! Eleven new assignment operators were added:
!
!     += -+ *= /= %= **= <<= >>= &= ^= |=

Interesting operator "-+" in there! I won't submit this as patch
to sourceforge....

Index: dist/src/Misc/NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.53
diff -u -c -r1.53 NEWS
cvs server: conflicting specifications of output style
*** dist/src/Misc/NEWS  2000/09/05 04:38:34     1.53
--- dist/src/Misc/NEWS  2000/09/05 06:14:16
***************
*** 66,72 ****
  This must have been the most-requested feature of the past years!
  Eleven new assignment operators were added:
  
!     += -+ *= /= %= **= <<= >>= &= ^= |=
  
  For example,
  
--- 66,72 ----
  This must have been the most-requested feature of the past years!
  Eleven new assignment operators were added:
  
!     += -= *= /= %= **= <<= >>= &= ^= |=
  
  For example,
  


Regards,

Rob Hooft

-- 
=====   rob@hooft.net          http://www.hooft.net/people/rob/  =====
=====   R&D, Nonius BV, Delft  http://www.nonius.nl/             =====
===== PGPid 0xFA19277D ========================== Use Linux! =========