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

! 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! =========

"RWWH" == Rob W W Hooft <rob@hooft.net> writes:
RWWH> Interesting operator "-+" in there! I won't submit this as RWWH> patch to sourceforge.... It's Python 2.0's way of writing "no op" :) I've already submitted this internally. Doubt it will make it into 2.0b1, but we'll get it into 2.0 final. -Barry

"RWWH" == Rob W W Hooft <rob@hooft.net> writes:
RWWH> Interesting operator "-+" in there! I won't submit this as RWWH> patch to sourceforge.... It's Python 2.0's way of writing "no op" :) I've already submitted this internally. Doubt it will make it into 2.0b1, but we'll get it into 2.0 final. -Barry
participants (2)
-
bwarsaw@beopen.com
-
rob@hooft.net