Commit Graph

19 Commits

Author SHA1 Message Date
Georg Brandl 93abd72170 Forbid ":=". 2006-07-05 08:28:49 +00:00
Georg Brandl 75efa85973 Add int[:100]. 2006-07-04 19:55:21 +00:00
Steven Bethard d6a1625b00 Add rejected "globals.foo" proposal. 2006-07-02 20:33:26 +00:00
Georg Brandl 493d7e9d7d Fix URL tpyo 2006-06-26 16:54:39 +00:00
Steven Bethard d461fe1a8a Add thread for "Iterating over a dictionary..." that discusses dict() and dict.update() 2006-06-02 21:52:33 +00:00
Georg Brandl 62e03923b1 Fold PEP 13 draft into PEP 3099. 2006-06-01 18:49:59 +00:00
Georg Brandl 241aad870b No frozenlist. Ever. 2006-05-22 17:06:18 +00:00
Georg Brandl e55f539dc3 No no reusing loop variables. 2006-05-03 04:58:59 +00:00
Guido van Rossum af04646fc1 Slices won't go away. 2006-05-01 20:04:27 +00:00
Guido van Rossum 5081b0b9c1 Clarify the sentence "python won't be unicode" which could be interpreted
too broadly.
2006-05-01 17:26:22 +00:00
Guido van Rossum 7b0557134c No Unicode for operators or names. 2006-04-28 20:05:59 +00:00
Georg Brandl d9b470db86 Add "lambda" decision at a promiment location. 2006-04-27 10:51:34 +00:00
Georg Brandl 996c95d757 Add "sorted genexp" pronouncement. 2006-04-27 10:13:55 +00:00
Georg Brandl 1de296ca70 Strings will stay iterable. 2006-04-27 09:47:03 +00:00
Tim Peters 124fde75d2 Clarify that iterating over a dict already yields the keys. 2006-04-16 22:09:59 +00:00
Guido van Rossum 9f27a6160f Clarify (I hope) that we're not going to *enforce* 80 columns. :-) 2006-04-05 21:21:57 +00:00
Georg Brandl d143c5d2f6 Move PEP 3000 to PEP 3100.
Someone still has to write PEP 3000 ;)
2006-04-05 07:17:23 +00:00
Georg Brandl 1e94e92c69 Add "hash as attribute". 2006-04-04 17:50:24 +00:00
Georg Brandl a98221c42f Add PEP 3099 -- Things that Will Not Change. 2006-04-04 11:59:11 +00:00