Commit Graph

16 Commits

Author SHA1 Message Date
Thomas Wouters e0c7c5d7e0 Update my email address from the old work address (which still works, but
not indefinitely.)
2007-02-24 17:16:22 +00:00
David Goodger c5b5d3c83d added Last-Modified headers to all PEPs without 2006-03-23 20:13:19 +00:00
Barry Warsaw bea68c0534 Use new acceptable practices for PEP references. 2001-07-05 19:09:19 +00:00
Barry Warsaw cf52f70cfe Accepted, implemented, and checked in, thus mark this as Final. 2000-09-23 08:19:29 +00:00
Thomas Wouters f32f15658a Update PEP to reflect reality. Explain the current mechanism the InPlace functions use to find the right function to call, and when to coerce or not. 2000-08-25 11:11:25 +00:00
Guido van Rossum bdfc5f2d12 Accepted, but also added a note about a misfeature that should be
fixed.
2000-08-23 15:57:21 +00:00
Thomas Wouters dcef105339 Fix typo found by Peter Funk. Thanx, Peter!
(Of course, I put it there on purpose, just to see if anyone was paying
attention. Really! :)
2000-08-23 12:34:02 +00:00
Thomas Wouters eed4c74a66 Incorporate Guido's decision to go for '__iadd__' for the Python class
hooks, and trim the 'open isues': PyNumber_InPlacePower() is now a
trinary function, like PyNumber_Power(), and I'm working on the docs and the
library.
2000-08-23 11:32:01 +00:00
Barry Warsaw 990dbb1692 Rearranged a few headers. Thomas, should this PEP's status be changed
to Accepted?
2000-08-23 05:22:41 +00:00
Thomas Wouters 7c9c4a88f7 Spelling fixes and semantic (both ways) corrections by Aahz Maruch, Bjorn
Pettersen and Eric Jacobs.
2000-08-14 19:58:09 +00:00
Thomas Wouters 31f50af7ad Reflect the fact I just posted this PEP to c.l.py. 2000-08-14 16:08:44 +00:00
Thomas Wouters cba8c6abb3 Fixed some spelling errors and inconsistent quoting, rewrote some unclear
parts and added a Rationale and an Open Issues section. Is this something
like you had in mind when you say 'Rationale', Tim ? :-)
2000-08-14 15:22:52 +00:00
Thomas Wouters 18701cf307 Complete rewrite of the PEP, discarding the previous long explanation about
augmented assignment. Kept as short as possible, but might still be
considered wordy :-)
2000-08-07 12:40:00 +00:00
Thomas Wouters cf9d818d03 Incomplete version of the augmented assignment PEP. It currently includes
only the arguments for/against inclusion of augmented assignment in Python,
not yet the technical details. I decided to upload this half-completed
version to give people some time to respond before I finish it :-)

Feel free to bring up any and all arguments. The point of the PEP is to
archive those, after all!
2000-07-16 16:07:29 +00:00
Barry Warsaw 863f419655 Assign to Thomas Wouters. 2000-07-14 03:30:20 +00:00
Barry Warsaw 41021a4bf9 Initial set of Python Enhancement Proposals 2000-07-13 06:33:08 +00:00