Georg Brandl
|
4939886cb8
|
Add __main__() PEP.
|
2006-06-28 06:47:51 +00:00 |
David Goodger
|
618584f3db
|
markup fix
|
2006-06-01 16:08:56 +00:00 |
Guido van Rossum
|
d487898001
|
Third time trying to commit the new pronouncement about set literals. :-(
Also mention removing __mod__ and __divmod__ from float.
|
2006-05-04 18:15:10 +00:00 |
David Goodger
|
89212bcb3a
|
markup fix
|
2006-05-02 18:32:39 +00:00 |
Guido van Rossum
|
5e7d3e4ad0
|
Add set literals.
Clarify that the new string type will be 'str'.
|
2006-04-27 17:48:03 +00:00 |
Georg Brandl
|
87cda17210
|
Add another idea from python-3000 list.
|
2006-04-27 09:55:12 +00:00 |
Guido van Rossum
|
85f11c2af4
|
Record that the Py3k C coding style will use 4 spaces, no tabs.
And record when it's okay to reformat a file to conform.
|
2006-04-24 18:52:08 +00:00 |
Brett Cannon
|
f554d12d6f
|
Mention how func_whatever is to be renamed __whatever__
|
2006-04-22 21:21:18 +00:00 |
Thomas Wouters
|
45faac076f
|
Fix dupe entry.
|
2006-04-20 09:43:01 +00:00 |
Brett Cannon
|
b363977eb7
|
Make ellipsis a legal expression in places other than in slices.
|
2006-04-19 22:38:33 +00:00 |
Guido van Rossum
|
aeea16c9ef
|
Add making ... a general expression.
|
2006-04-19 21:56:53 +00:00 |
Guido van Rossum
|
8276957552
|
Remove a stray line (duplicated).
|
2006-04-06 00:16:48 +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 |