Commit Graph

7 Commits

Author SHA1 Message Date
Benjamin Peterson 60d9b24542 promote m.p.o links to https 2017-06-11 12:02:39 -07:00
Guido van Rossum 883209f6ee Reject PEPs 3125 and 3126 (removing backslash continuation and implicit
string concatenation, respectively).
2007-05-10 22:18:18 +00:00
Georg Brandl 233fe02acb Revert r55132. Sorry Guido, but I was faster :) 2007-05-04 20:46:34 +00:00
Guido van Rossum 3e0cd27724 Major rewrite by Jim Jewett.
The inside-a-string continuation is separated from the general continuation.

The alternatives section is expaned to als list Andrew Koenig's
improved inside-expressions variant, since that is a real contender.
2007-05-04 20:08:39 +00:00
Georg Brandl ea766d6a3d Add two missing literal block markers. 2007-05-04 19:28:34 +00:00
Georg Brandl bbbe63701a Updated PEP 3125 from Jim Jewett. 2007-05-04 19:26:28 +00:00
Guido van Rossum 1efeaadd78 Two new peps:
S  3125  Remove Backslash Continuation                Jewett
 S  3126  Remove Implicit String Concatenation         Jewett
2007-04-30 23:03:34 +00:00