Commit Graph

8 Commits

Author SHA1 Message Date
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